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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -