dinasaif / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

Get Facebook User Profile Photo #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

1. After successful login, i get the user profile info.
2. I want to get the user profile photo, so i get the path using 
getProfileImageURL() but when i used to set this path to ImageView, my 
Imageview get blanked.

Original issue reported on code.google.com by wqsatti....@gmail.com on 26 May 2014 at 8:41

GoogleCodeExporter commented 8 years ago
Facebook returns profile image url. Please let me know are you getting profile 
image url or not. If image view is blank , check the error in logcat.

please check the custom-ui example , in facebook you will see the profile image 
url is returned

Original comment by vineet.a...@3pillarglobal.com on 29 May 2014 at 8:46

GoogleCodeExporter commented 8 years ago
Yeh, i got profile image url, but when i try to set this url to imageview, 
ImageView get blank.

Original comment by wqsatti....@gmail.com on 2 Jun 2014 at 7:02

GoogleCodeExporter commented 8 years ago
In that case , this is not socialauth issue. Just copy the url hit it on 
browser. If it returns image , then you are not optimizing imageview correctly. 

If returning blank , then check your facebook account.

Original comment by vineet.a...@3pillarglobal.com on 2 Jun 2014 at 7:04

GoogleCodeExporter commented 8 years ago

Original comment by vineet.a...@3pillarglobal.com on 12 Jun 2014 at 6:16