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);
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);