how I can retrieve the information from my friends facebook,
I will retrieve this information: location, number of friends of my friends, description, picture, name,
var fbClient = new FacebookSdkClient(identity.Token.Token);
dynamic myInfo = fbClient.Get("/me/friends?fields=id,name,friendlists,location,picture");
I apologize for my English,
Thanks
I would use FQL
Please note that you need the appropriate permissions.
I do not think you can get the list of your friends’ friends.
Hope it help!