parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 324 forks source link

Link Facebook users with Parse ones #152

Open mohamedbelhassen opened 6 years ago

mohamedbelhassen commented 6 years ago

Hi all,

I would like to know if it is possible to configure the library so that it links facebook users with existing Parse ones (already created). For my knowledge, the opposite could not be performed: i.e: linking Parse users with existing facebook accounts.

So, what I would like to perform consists in calling the app user to create a normal parse user. Then, the app request the user to link its facebook and/or twitter account. If the user link its social account, the next time it opens the app, it becomes able to login either using its Parse account or its social one.

Excuse me to post this feature request in issues section :)