Disclaimer: I'm still starting out with MVC3 (and OAuth in particular). I might be making a basic mistake.
The Problem
My Controller sees that the cookie isn't stored [Note: yes, I'm using cookies per a different discussion. Let's accept that and move on.] and directs me to Twitter. Great. However, when I click authorize, I come right back to Twitter's authorization page.
My Hunch So Far
It seems that my app isn't correctly handling the Twitter postback/callback to my page.
The Ingredients
- ASP.NET MVC 3
- Twitterizer library
- C#
The General Idea / Logic Flow
There might be an issue with this, as this is my first go-round with MVC3 and OAuth.
http://i56.tinypic.com/2rxchw7.png
The Code
I'm hesitant to post it at first because I want to make sure my perception of how this should flow is correct, and because there's understandably a little bit of it to dig through.
Thanks in advance for any help you can give!