I am trying to develop a site where the users login once with the facebook and in the future they only login to the site (not to facebook again). I am using the search request on behalf of the user so that the api limitations is relaxed.
After spending a good amount of time I found the extended access solution. (Extending Access Token Expiration not functioning). But what I cannot understand is how, to populate the $user variable. I can set the access token via setAccessToken() function and using the saved value in database. But I cannot find a way to populate the $user variable. I am using 3.1.1 SDK. Any help is appreciated.