-
-
Notifications
You must be signed in to change notification settings - Fork 877
Description
After attempting to link to a Facebook/Twitter account that already exists, the correct error is returned:
"Another user is already linked to this facebook/twitter id"
using the "isLinkedWithUser" method returns the correct result, however when the application is closed and re-opened the "isLinkedWithUser" method returns true for the failed attempt
one is then able to retrieve information (friends list/email) etc for the account that failed to link
logging out and back in resets the behaviour back to normal.. I have spend hours attempting to debug this issue.. if it is something within my implementation then I need to address this further.. however if this is a bug with the SDK then it is a security flaw so I thought it was worth reporting, even if it turns out to be my implementation