728x90
developers.facebook.com/tools/explorer/
Facebook Access Token Explorer
A
272
- Go to the Graph API Explorer
- Choose your app from the dropdown menu
- Click "Get Access Token"
- Choose the manage_pages permission (you may need the user_events permission too, not sure)
- Now access the me/accounts connection and copy your page's access_token
- Click on your page's id
- Add the page's access_token to the GET fields
- Call the connection you want (e.g.: PAGE_ID/events)
stackoverflow.com/questions/8231877/facebook-access-token-for-pages
'WEB' 카테고리의 다른 글
[Facebook] Where can I find my Facebook application id and secret key? (0) | 2021.02.14 |
---|---|
[Facebook] 2020 Updated: How to get Facebook application id and secret key? (0) | 2021.02.14 |
[JS] Declare multiple module.exports in Node.js (0) | 2020.12.25 |
[JS] [번역] 자바스크립트 — 조건부 삼항 연산자(Conditional Operator)설명하다 (0) | 2020.12.25 |
Simple Redirects with .htaccess (0) | 2020.01.30 |