Reputation: 19
I have some trouble with facebook graph api. From this question question I knew that fb team changed their api. I want to know how can I get access token for multiple pages?
Previously I used user token to get /insights metrics
Upvotes: 0
Views: 1000
Reputation: 73984
This is how you get Page Tokens for all your Pages:
/me/accounts?fields=id,name,access_token
Upvotes: 1