FACEBOOK GRAPH/rest api: how to LOGIN my OWN USER to update my STATUS with PHP
问题 I want to update the status of a FAN-PAGE by PHP with the help of the Facebook graph api. google says: doesn't work. Now I want to update my own user status by PHP. My main problem is how to login my own user to the graph api (with PHP), without using a browser and without funny PHP workarounds. 回答1: In both cases you need to get publish_stream permission http://developers.facebook.com/docs/authentication/permissions This can be done with FB.login() More information: http://developers