sfFacebookConnectPlugin icon indicating copy to clipboard operation
sfFacebookConnectPlugin copied to clipboard

Empty sfGuardUser

Open tobiassjosten opened this issue 15 years ago • 2 comments

My newly created sfGuardUser doesn't have any information in it, other than the Facebook ID. Is perhaps because of a change on the FB side?

When I try the Graph API to poll information about my user, it's all there. As documented on http://developers.facebook.com/docs/reference/api/user:

$fb_uid = sfFacebook::getAnyFacebookUid(); $ret = sfFacebook::getFacebookApi($fb_uid); var_dump($ret);

tobiassjosten avatar Nov 05 '10 07:11 tobiassjosten

I just ran a quick test, and i have the same problem. sfGuardUser is empty appart facebook ID. sfGuardUserProfile is empty too (email / email_hash)

Is anyybody found somthing ?

tristanbes avatar Nov 21 '10 02:11 tristanbes

Yes, i have the same problem, with an error when i tried to do sfFacebook::getFacebookClient->api('/me'); I try to find a solution. I noticed if I signin as that example https://github.com/facebook/php-sdk/blob/master/examples/example.php It works. So i think it may come from connexion script

jbcayrou avatar Dec 11 '10 22:12 jbcayrou