All i see is birthday/email at at http://developers.facebook.com/docs/reference/api/user/
Is there a way to get phone number also ?
and which is the best Facebook C# SDK for this purpose.
I checked out http://facebooksdk.codeplex.com . Is it the best option ?
EDIT:
I now see that probably there is no direct way to get personal info of friends.
What is the whole thing about getting express permissions to get this info ?
Probably the easiest way to get data on your friends is http://facebookpsmodule.codeplex.com “Get-FBFriends -Fields birthday,email” (plus whatever other fields you want from http://developers.facebook.com/docs/reference/api/user/). This won’t help with phone number, which simply isn’t exposed to Facebook applications.