Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Login into two different apps backed by same Parse server & database. #27

Open
abhijeet-aressindia opened this issue Jul 25, 2017 · 0 comments

Comments

@abhijeet-aressindia
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant