Possible Duplicate:
Problem getting Facebook pictures via iOS
How to get user’s facebook profile pic via fbconnect in my app iPhone?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try look deeper through http://developers.facebook.com/docs/api. Here is a link to userpic:
http://graph.facebook.com/000000000/picture
Where
000000000is an id of user logged.UPDATE by Michael Gaylord:
You can also append the type to the request to get different sized images. So your request will look something like: http://graph.facebook.com/00000000/picture?type=large for a large image. Other options are small, normal and square.