Android:High Quality Facebook Profile picture -


i need show facebook friends profile picture in app.

i used url http://graph.facebook.com/uid/picture?type=large&redirect=true&width=600&height=600

i'm getting image in web browser not loading in android app.the issue not imageview,since checked image url gets appeared in imageview.

imageloader.displayimage(http://graph.facebook.com/uid/picture?type=large&redirect=true&width=600&height=600, thumb_image); 

please help.

the link provide give high clarity image.the problen happen link call using http use https this

imageloader.displayimage(https://graph.facebook.com/uid/picture?type=large&redirect=true&width=600&height=600, thumb_image); 

thank you


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -