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?
source
share