Get facebook friends posts using graph API

北战南征 提交于 2019-12-10 13:47:51

问题


I am trying to build an application which requires access to friend's feed posts. Is it possible to retrieve friend's wall posts using graph API? I checked out in the developer console and found no such funstionality. If possible can someone explain me how do i go about retrieving it?


回答1:


friend permissions are gone, and read_stream will not get approved by Facebook unless you are building an App for a platform without a native Facebook client. So there is no way to get access to friend walls - unless they authorize your App too. You can use user_posts for that.

You can read more about all the changes in the changelog: https://developers.facebook.com/docs/apps/changelog

Facebook improved privacy for users, that´s why you can´t get any details of users who did not authorize your App.




回答2:


What you're asking is no longer supported by Facebook.

Read this article by one of the apps that were affected by so.

Sorry for not helping you more.



来源:https://stackoverflow.com/questions/30035703/get-facebook-friends-posts-using-graph-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!