Search code examples
asp.net-mvc-3twittertwitter-oauthtweetsharp

TweetSharp - Get User Email ID after login


I am using TweetSharp for user login in my asp.net mvc web app. All works fine but after login I need to save the user data in my DB as well. I cant find email from TwitterUser object after loging. How can i get user's email once the user is authenticated?

thanks


Solution

  • You cannot. The Twitter API doesn't return email addresses for users.

    Take a look at the users/show documentation to see all the information you can retrieve.