Question

I want get new feed user's but many the tutorial not working in new Facebook API. I had login and post comment but i don't know continue get new feed in app Android. I try in URL ttps://graph.facebook.com/me/home?access_token=MY_ACCESS_TOKEN but return no. And https://graph.facebook.com/me/feed?access_token=MY_ACCESS_TOKEN then error read_stream. But i had set read_stream premission read_stream. Somebody help me! I need some code but docs developer facebook's is simple so i don't understand.

Sorry my English not good !

Was it helpful?

Solution

https://developers.facebook.com/docs/facebook-login/permissions/v2.0

read_stream - This permission is reserved for apps that replicate the Facebook client on platforms that don’t have a native client.

"no native client" means devices like TVs and stuff.

So this permission will only work for App Admins, most permissions need to get approved now, see changelog: https://developers.facebook.com/docs/apps/changelog

Afaik it is not possible to get access to the user feed anymore (except for App Admins, of course), unless you are creating an App for specific devices.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top