I am working on asp.net mvc3
I have writtern following code to get my facebook friends list
JSONObject friendsData = facebookAPI.Get("/me/friends");
var data = friendsData.Dictionary["data"];
List
But
How to get facebook friends emailId's, photos(profile photos) ?
Thanks for advance
Sam HobbsPosted Feb 5, 2012, 5:21 PM
Note that working with Facebook is much more complex than what your code does. You will need much more. It is not easy to use Facebook. Also, there is a difference between using Facebook in an application or in a web site or a desktop and other things; you need to determine what applies to your application. You also need to get a developer account from Facebook with a client id and such. Unless you are willing to spend time learning about it, it is too complicated for you.