Read Wall of a Facebook Page by using the Graph API - possible?

自古美人都是妖i 提交于 2019-12-08 06:56:35

问题


I know we can see the USER WALL by retrieving a token and all... no problem.

However, I have this case in hands, that the request is to display the WALL of a facebook PAGE of a given user.

Does anyone knows if this can be done by using the Graph API?


回答1:


Now for FACEBOOK PAGE, it is just the same graphAPI call as for friends wall...just replace the User id to page id, as in the following url

https://graph.facebook.com/40796308305/feed?access_token=2227470867|2.oYiXeutFctg5rAweCFSIPw__.3600.129027.....................

Thats it as simple as that.

Thank you D



来源:https://stackoverflow.com/questions/4230731/read-wall-of-a-facebook-page-by-using-the-graph-api-possible

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