I want to get facebook friendlist on my table in Iphone Application.I am using IOS 5. Is Graph API support to IOS 5 to get facebook friendlist? or any other way to do that work. Please suggest me. Thanks
Asked
Active
Viewed 1,735 times
2 Answers
1
You can use the Graph API for getting the user's friend list..
// get the logged-in user's friends
[facebook requestWithGraphPath:@"me/friends" andDelegate:self];

Aravindhan
- 15,608
- 10
- 56
- 71
0
You can check the below link on developer.facebook.com . It explains the steps in details. https://developers.facebook.com/docs/mobile/ios/build/#register But before that I think there should be a lof if existing questions on the stackoverflow for the same ....

Bharat Jagtap
- 1,692
- 2
- 22
- 35