I'm using Facebook iOS SDK and I retrieved the user friends list. Now I have each friend name and id.
I would like to retrieve the friend profile picture, is it possible?
Thanks!
|
I'm using Facebook iOS SDK and I retrieved the user friends list. Now I have each friend name and id. I would like to retrieve the friend profile picture, is it possible? Thanks! |
|||
|
|
You can use this URL to fetch that picture http://graph.facebook.com/IdOfTheUer/picture?type=normal You can also use their user name like this: For example |
|||
|
|
In cellForRowAtIndexPath you get id of facebook user already.....am i right??? after that in just use bellow url to get profile pic through URLRequest....
|
|||||||
|
Use Share Controller Class and call |
|||
|