How can I (programatically, duh!) post on my page on facebook? I’m talking about an actual Page in the sense of the Facebook API, e.g. like this.
I read my way through most of the Graph API, but I can’t really come to grips of which endpoint to use in order to post something.
I already roughly know how to get my authentication, but when I want to access my page through the graph API, it just returns false.
You need to get access_token for the page – read this on how to get the right access_token (just change the permissions to what you need) – Facebook: post image and description to wall and in page album via php
once you have the right token you post the same way as to any user’s feed, e.g.
https://graph.facebook.com/<page_id>/feed