Parse Android - Getcurrentuser() Objectid Is Null After Twitter Login
I'm using ParseTwitterUtils.logIn(..) for logging in the user through twitter. When the callback function is called ParseUser.getCurrentUser().getObjectId() is null. If the user s
Solution 1:
I finally found the problem. If you specify a consumer key in Parse Settings under Settings -> User Authentication Settings, and use different twitter app, Parse won't throw any errors but it will return a ParseUser with empty content.
Make sure you leave the consumer key field blank or use a proper key.
Post a Comment for "Parse Android - Getcurrentuser() Objectid Is Null After Twitter Login"