I have read a lot of tutorials about getting information from Facebook, but I have failed so far. I just want to get username and profile picture from Facebook.
Actually using "http://graph.facebook.com//picture?type=small" to fetch the profile image of the user or even their friends is slow.
A better and faster way of doing it to add a FBProfilePictureView object to your view and in it's profileID property, assign the user's Facebook id.
For example: FBProfilePictureView *friendsPic;
friendsPic.profileID = @"1379925668972042";