I'm successfully using ASP.Net MVC's OAuthWebSecurity to authenticate a Twitter user. I'm using LINQ to Twitter to interact with Twitter's API to retrieve data about user and post tweets. LINQ to Twitter requires the ConsumerKey and ConsumerSecret in order to interact with Twitter API. You have to supply ConsumerKey and ConsumerSecret when registering TwitterClient with OAuthWebSecurity. How do I retrieve ConsumerKey and ConsumerSecret from OAuthWebSecurity?
2 Answers
0
votes
0
votes
You need to go on https://dev.twitter.com/apps a create your twitter app there. They will then give you the Consumer key and Consumer secret.