Reputation: 1
How to get friends Email id from facebook using asp.net code
Upvotes: 0
Views: 3280
Reputation: 6122
You can use facebook API:
API: http://wiki.developers.facebook.com/index.php/User:C_Sharp
http://wiki.developers.facebook.com/index.php/User:ASP.NET
SDK: http://facebooktoolkit.codeplex.com
Code: http://facebook.codeplex.com
Others: http://msdn.microsoft.com/en-us/windows/ee388574.aspx
Upvotes: 1
Reputation: 13125
I don't know if its possible to simply harvest the email accounts from a facebook account because I dont know what anti-spam measures they have in place.
Microsoft and Facebook have actually partnered up via a 3rd party company to provide an asp.net facebook developers kit:
Upvotes: 0