i have been searching on the net from last 2 days for MVC Implementation of OAuthConsumer Sample in DotNetOpenAuth, but still i did not found any solution. i had also tried to convert OAuthConsumer implementation from WebForms to MVC, but still unable to implement it correctly. can anybody please help by referring some place to find a converter sample.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
After 2 days of struggle I resolved the issue as follows, but I think it needs some more improvement.
|
||||
|
|
|
There isn't any MVC sample of an OAuth Consumer that I'm aware of. But since an OAuth consumer really has nothing to do with the presentation framework it shouldn't be any different between web forms and MVC. You should be able to just lift the consumer-related code directly out of the web forms sample and have it work in MVC. If that doesn't work, please add more to your question that explains the problems you're seeing. |
|||
|