I know this question has been frequently asked but I trying to do a post on a Facebook page since 2days without any results.
Here is what I have :
- An application, with an APP_ID and an APP_SECRET
- A facebook page with an ID
- My personal ID
I want to programatically post a feed on the page, and don't know how all of this works..
I tried to request via
which gives me a access token, but when I try to
https://graph.facebook.com//feed?access_token=TOKEN
and that doesn't work.
I also tried to do that with requesting my access_token, but it needs a redirect_uri, and the token is given is the new URL and required an action (accept) permissions. That's not what I want.
I just want to publish on a page where I am the admin..
Thanks in advance.