ASP.NET MVC 4: How to Obtain User Information from Twitter After Successful Login
I'm using the oAuth method to log twitter users in. Now I need to retrieve the followers and send direct messages to the followers of the authenticated logged in user.
Do anyone have an example?
--
Rick
Mukesh KumarPosted Oct 17, 2015, 1:06 AM
There are some relevant articles which will give you the full details of twitter api in c#
http://www.codeproject.com/Articles/729577/API-Talk-to-Twitter-API-Via-Csharp-part
http://www.asp.net/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on
Hope tis will help you.
Thanks