How can I get my Facebook friends in my application?

I am developing an ASP.NET application. I implemented the Facebook API in my application, now I want to access the email addresses of my friends on Facebook.

I have successfully connected Facebook with my application, but when I use it FacebookApi.friends.GetList(), it will only give to user users, then I will run FQL for each friend userid to access email, but for a while I got an empty address instead of an email address.

Can someone help. What is the best way to facebook rest API or graphics API?

+3
source share
2 answers

The answer is almost certainly confirmed by one of the following:

  • Facebook
  • ,
  • ,

- , , , .

+3

"email" , , , , , Facebook .

0

Source: https://habr.com/ru/post/1768626/


All Articles