token - Facebook long-lived accesstoken for a page -


i'm using facebook extension in typo3 pull out facebook posts of page. therefor need accesstoken. googled around , found need facebook app , need administrator of page.

then heard need connet app site, how can this?

i tried accesstoken:

https://graph.facebook.com/oauth/access_token?client_id=app_id&client_secret=app_secret&grant_type=client_credentials

and performing:

https://graph.facebook.com/oauth/access_token?grant_type=fb_exchange_token& client_id={app-id}&client_secret={app-secret}&fb_exchange_token={short-lived-token}

... token says no user access token specified

can me step step how long lived token?

as want pull, don't need page access token. until , unless have demographic or other restriction on page. pages public , data on them can accessed using app access token put

your_app_id|your_app_secret 

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -