my project asp.net-mvc4 not come configured Oauth, I see that in the tutorials the projects have the folder App Start / Auth.Config - in my project does not have these files, as I start the project with this configuration? or how can I install? - I need to log into my facebook application
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.
|
|
If you are using Visual Studio 2012, in the MVC project selection dialog, select 'Internet Application.' If you select any of the other types, you will have to create those files yourself. |
|||
|
|
|
Take a look at DotNetOpenAuth You can find some good examples with it. Take a look at the samples source code |
||||
|
|