Closed
Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
- You've met the prerequisites.
- You're running the latest version of Parse Server.
- You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Latest version of Parse-Server on Heroku with MongoLab.
Steps to reproduce
- Create a PFUser. In Parse Dashboard, oauth data is 'undefined' (which is good).
- Link the current user's account with facebook using
[PFFacebookUtils linkUserInBackground:[PFUser currentUser]...
dashboard shows facebook id and token under oauth - Unlink the currentUsers account with facebook using '[PFFacebookUtils unlinkUserInBackground:[PFUser currentUser]...`
- Check Parse Dashboard, the oauth data field reads:
{facebook: null}
- Call
[PFFacebookUtils linkUserInBackground:[PFUser currentUser]...
in the dashboard, the oauth field remains null
I can't re-link facebook until I delete the user account and re-sign up.
Logs/Trace
n/a