I have been to the Authentication page and successfully generated an access token, but the token I receive doesn't give me the same permissions as the token that is automatically generated if you visit http://graph.facebook.com/ and click on the example objects.
Here's what I'm doing:
I've created an app and installed it as a page tab. I can currently lookup the users who like the page tab, and get basic information about them, but I need an access token to get more information (such as the permissions that come with the token that is generated in the link above)
The access token that is generated for the examples at http://graph.facebook.com/, is that simply a test only token or can I generate one that gives the same permissions without asking the user to share their information?