× Joomla Facebook Connect support forum

Topic-icon Avatar not importing

Support Specialist
13 years 10 months ago #4389 by alzander
Replied by alzander on topic Avatar not importing
Yes, and no. The picture we're importing in RC1 and RC2 are the 'default' size. For the next release (hopefully final), we've updated the code to import from the large photo. Sorry for the inconvenience. If you'd like to fix this manually, do the following:

In the /components/com_jfbconnect/libraries/profile.php file, find the getUserProfilePicUrl function around line 149. Update the path variable to the following:
$path = '/' . $userId . '/picture?type=large';

Thanks for the input and noticing the issue!
The topic has been locked.
Active Subscriptions:

None
13 years 10 months ago #4632 by komodo25
Replied by komodo25 on topic Avatar not importing
hello alzander you tell us to update the following path: ( In the /components/com_jfbconnect/libraries/profile.php file, find the getUserProfilePicUrl function around line 149. Update the path variable to the following:
$path = '/' . $userId . '/picture?type=large'; )

I have version 3.0 of this component and I cant find on line 149 anything with that descripcion, any Idea?
The topic has been locked.
Support Specialist
13 years 10 months ago #4634 by mel
Replied by mel on topic Avatar not importing
I think what Alex meant is to edit the getUserProfilePicUrl method (which is defined in Components/com_jfbconnect/libraries/facebook.php). This method should be defined around line 149 in facebook.php.
The topic has been locked.
Support Specialist
13 years 9 months ago #4740 by mel
Replied by mel on topic Avatar not importing
FYI - The new 3.0.0 fixes the image quality issue. Let us know if you continue to see this problem after upgrading.
The topic has been locked.