i am using facebook SDK 3.0 i have to get profile picture of user login. Here is the code I use:
URL image_value = new URL(\"http://graph.facebook.com/\"+id
If you are trying to display profile pic in your app, use ProfilePictureView from Facebook SDK.
ProfilePictureView
Refer This
Just call setProfileId(String profileId) on it.
setProfileId(String profileId)
It will take care of displaying the image.