Have a simple problem to load my friend list in table view and asynchronously load their profile-pic thumbnails. I just couldn’t figure out the correct url for the thumbnail image. could anyone help me out with the url of the display pic of friends
Share
Write a FQL to get list of facebook friends & their Pics
you will get a array in u r
Sample
{
“first_name” =User;
“last_name” = R;
name = “User R”;
“pic_square” = “https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash2/.jpg”;
uid = 595sd1;
}
{},{} etc
Hope this helps!