Hello, i've run into a problem.
I have custom page tab, and current user viewing on it. I ask user to grant extended permissions to his profile (using Facebook.showPermissionDialog). If he grants permissions, theoretically, i would have access to the Graph API and other stuff. But when i parse new signed_request param from Facebook, i get oauth_token, bound to current page tab, not to user profile. In other words request to Graph API method 'me' gives me my custom page profile. And I want to get user's profile! How should i get access to it?
How to get access to user's Graph API on Facebook tab?