You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2020. It is now read-only.
have two apps (for ex: A and B) live, backed with the Parse Server(now hosted on Heroku).
Both apps point to the same Server App i.e Same parse_app_id and parse_client_key and everything working fine except Login with Facebook.
I have Implemented Facebook login with parsefacebookutils-v4-android in both apps, but the problem is both apps use separate Facebook app i.e facebook_app_id for both apps are different therefore the same Facebook user treat as a separate user in both A &B apps and I want to handle this. So the Facebook login user of An app no needs to be treated as a new user for B app.
In iOS version of my A and B app, it is working perfectly without any extra implementation but not working for Android.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
have two apps (for ex: A and B) live, backed with the Parse Server(now hosted on Heroku).
Both apps point to the same Server App i.e Same parse_app_id and parse_client_key and everything working fine except Login with Facebook.
I have Implemented Facebook login with parsefacebookutils-v4-android in both apps, but the problem is both apps use separate Facebook app i.e facebook_app_id for both apps are different therefore the same Facebook user treat as a separate user in both A &B apps and I want to handle this. So the Facebook login user of An app no needs to be treated as a new user for B app.
In iOS version of my A and B app, it is working perfectly without any extra implementation but not working for Android.
The text was updated successfully, but these errors were encountered: