Is there a way to select a single account using the graph api ?
I have tried everything I know of:
graph.facebook.com/<user_id>/accounts/<page_id>?access_token=<access_token>
graph.facebook.com/<user_id>/accounts?access_token=<access_token>&id=<page_id>
Any other thoughts?
Are you trying to retrieve the access token for a specific page, using the access token of a user who has granted you
manage_pagespermission?If so:
https://graph.facebook.com/<PAGE_ID>?fields=access_token&access_token=<USER_ACCESS_TOKEN>