In my application I have collected the access token with offline access to facebook from the users.
I would like to open a facebook user session with this access token if the user logs in to my application so that the user does not have to login to facebook.
How can I do this?