Getting A Malformed Access Token "t ype":"oauthexception","code":190
I am writing an android application to get the Facebook user albums and photos and display in my Android application. I have created a Facebook App with APP_ID 281846961912565. Wh
Solution 1:
If you look at the Errors page in the documentation you will see that when you get error 190
you should authorise/reauthorise the user.
I suspect that this happened to you because you first logged in, then added the permissions to access the albums to your application BUT did not log out and log back in. Hence, you need to obtain a new access token which will grant the new permissions to your application.
Post a Comment for "Getting A Malformed Access Token "t ype":"oauthexception","code":190"