Hello,
I want set the UserAvatar with a own script and i found in the FaceBook-Connect Plugin this solution:
BOL_AvatarService::getInstance()->setUserAvatar($user->id, $questions['picture_big'], array('isModerable' => false, 'trackAction' => false ));
but it not working for me
The image will not be saved and the user avatar remains empty.
Can you help?
thank you