问题
I'm administrator of a page on facebook account. How do I post this page to api ?
And I, how the code will get a access_token ?
回答1:
Follow this steps to make:
- Take
manage_pages
permissions - Get Page Access_token from
https://graph.facebook.com/me/accounts?access_token=<ACCESS_TOKEN>
- Post your message on page using:
https://graph.facebook.com/<Page_ID>/feed?access_token=<PAGE_ACCESS_TOKEN_TAKEN_FROM_STEP2>&message=uuuuhhhuuu...
- Open your page and check that... :)
来源:https://stackoverflow.com/questions/5635733/facebook-page-post-api