Search code examples
c#asp.net-mvc-4twitterlinq-to-twitter

Retrieve Email from Twitter?? Mvc4 C#


Is there any chance to retrive the email from a twitter user? I'm using the LinqToTwitter Nuget in C# Mvc4.

Please if you know anything :)!


Solution

  • That data point isn't available in the Twitter API. You can see what is available here:

    https://dev.twitter.com/docs/platform-objects/users

    It follows that LINQ to Twitter can't provide an email either.