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?
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