Skip to content Skip to sidebar Skip to footer

Posting To Facebook With Python And Graph Api, Permissions Issue

Relatively new to interacting with Facebook through the Graph API, so apologies in advance. I a simply trying to post a facebook status to my own facebook with the python facebook-

Solution 1:

Posting to your own feed with the API is not possible anymore, the required permission publish_actions has been removed. You can use the share dialog instead.

More information: Facebook "publish_actions" permission

Post a Comment for "Posting To Facebook With Python And Graph Api, Permissions Issue"