You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use this great plugin, but i'm having problems with it.
After I login on facebook, I go to a page that shows my facebook data, but I get this error and no data whatsoever (my name, friends, etc).
Hello Notice: Undefined property: stdClass::$first_name in /lib/vendor/symfony/lib/escaper/sfOutputEscaper.class.php on line 241 Notice: Undefined property: stdClass::$link in /lib/vendor/symfony/lib/escaper/sfOutputEscaper.class.php on line 241 Warning: array_merge(): Argument #2 is not an array in /lib/vendor/symfony/lib/helper/UrlHelper.php on line 81 Notice: Trying to get property of non-object in /lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/routing/sfDoctrineRoute.class.php on line 132 Notice: Trying to get property of non-object in //lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/routing/sfDoctrineRoute.class.php on line 132
I have no ideia what is happening. Could you guys help me out, please?
The text was updated successfully, but these errors were encountered:
In the first line, I forgot to put the "getUser()" and in the second line I didn't put "array('friends' => 'me/friends')". Was just a newbie mistake. Now it works like a charm.
On the template, I put an echo $me->first_name or whatever data I want. 👍 The friends list is working flawlessly too.
Hello!
I want to use this great plugin, but i'm having problems with it.
After I login on facebook, I go to a page that shows my facebook data, but I get this error and no data whatsoever (my name, friends, etc).
Hello Notice: Undefined property: stdClass::$first_name in /lib/vendor/symfony/lib/escaper/sfOutputEscaper.class.php on line 241 Notice: Undefined property: stdClass::$link in /lib/vendor/symfony/lib/escaper/sfOutputEscaper.class.php on line 241 Warning: array_merge(): Argument #2 is not an array in /lib/vendor/symfony/lib/helper/UrlHelper.php on line 81 Notice: Trying to get property of non-object in /lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/routing/sfDoctrineRoute.class.php on line 132 Notice: Trying to get property of non-object in //lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/routing/sfDoctrineRoute.class.php on line 132
I have no ideia what is happening. Could you guys help me out, please?
The text was updated successfully, but these errors were encountered: