Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using C# OAuthWebSecurity for authenticating against Facebook and other 3rd party OAuth providers. I'm successfully authenticating with Facebook and am getting an AccessToken for my app returned to me. I'm now trying to retrieve my friend's list using the AccessToken. I need to retrieve each friend's email address. I'm not able to see email address from the friends returned. I suspect the AccessToken has not been granted rights to retrieve email address. How do I make C# OAuthWebSecurity request email as part of the AccessToken? I can see my own email address, but need to retrieve email address for each friend in my list.

Thanks for your help.

share|improve this question
1  
possible duplicate of How to get Facebook friends' email? – Igy Dec 11 '12 at 23:37

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.