I am creating an application where user can install different application on their facebook page everything works fine but problem occurs when i install the application using graph api method it returns the application access token onwards so when i tried to access any users information it throws the exception that says:
Fatal error: Uncaught OAuthException: A user access token is required to request this resource
Calling again and again getAccessToken method returns application access token. I just want to know how can i switch between user access token and application access token