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