Posting to facebook page as page from php -



Posting to facebook page as page from php -

i want know if php script website can post facebook when visitor posts request on website. if have suggestions, tutorials, useful articles or solution please post them.

thank in advance.

you have utilize page token post "as page". can create extended page token valid forever. access token, utilize /page-id/feed endpoint post page.

that basic principle, info on how deal access tokens can found here:

https://developers.facebook.com/docs/facebook-login/access-tokens/ http://www.devils-heaven.com/facebook-access-tokens/ http://www.devils-heaven.com/extended-page-access-tokens-curl/

how extended page token in short:

authorize user admin of page "manage_pages" , "publish_actions" permissions extend user token valid 60 days use extended token phone call /me/accounts extended page tokens pages

php facebook post

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -