I need quick help with offline_access extended permission.
My facebook connect app requests permissions for offline access from teh the user, once the permission is granted, I need to save access token and all details of user to database…
I can save the info to a database, but I am not sure how to get the offline_access token.
Please help me get a token which I can use to make Graph calls on behalf of the user.