ios - Facebook Profile Picture Large -
i having trouble trying request large version of users profile picture on facebook.. in graph path i'm doing:
nsstring *requestpath = @"me/?fields=first_name,last_name,gender,email,birthday,verified,picture"; the picture field in there gives me small version of profile picture, need large , normal version.. tried changing picture picture_large, pic_large, image_large none of works..
please, read documentations, don't bother answering if plan on telling me read again.. i'm asking here because searched everywhere , couldn't find solution.
thanks, newton
you can use:
http://graph.facebook.com/user/picture?type=large where user can either user id or user name.
that returns redirect static image url, written in user object documentation:
http 302 redirect url of user's profile picture (use ?type=square | small | normal | large request different photo).
Comments
Post a Comment