Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I am developing an application which is to be integrated with facebook FBML.

I am getting the friend list using
List<friendlist> lFriend = this.Master.API.friends.getLists().ToList();


Now there is one problem how to get the faceook id of these friends.
Please let me know the way to get the facebook id of these friend list


Thanks and Regards
Saurabh Kumar Gupta
Posted
Updated 12-Dec-10 22:21pm
v2
Comments
Dalek Dave 13-Dec-10 4:21am    
Edited for Readability and to correct Code Block.

1 solution

I would suggest you to look at Facebook documentation for the same. They have exposed API's for integration.

Have a look at this: Account Registration Data[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900