I'm using Facebook Graph API Explorer to do some debugging. In the admin interface of my application I want to provide a quick link that will open up the Graph Explorer with a Facebook object ID and an API token.
Something akin to:
http://developers.facebook.com/tools/explorer?path=<object_id>&token=<token>&method=GET
I'm able to specify the path and the method parameters. Those input fields get properly populated on the page. However, I'm having trouble with token parameter. I tried "token" and "access_token", neither seems to populate the access_token input field. It just uses the default token.
Is there away to specify an API token as a parameter to this URL? Copy/Pasting it into the field every time is a pain.