Daniel Rocha
Results
2
comments of
Daniel Rocha
Hi @wangmengyan95 Thanks for answering. The first time I log in to facebook it works perfectly, but when I log out and try to log back in this error comes...
Hi @heliumb I had the same problem but solved by removing this line in MyApplication class: ``` ParseUser.enableAutomaticUser(); ``` and set my Logout to: ``` AppPreferences appPreferences = new AppPreferences(context);...