Reputation: 1
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
Upvotes: 0
Views: 182
Reputation: 1888
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.
Upvotes: 1
Reputation: 4314
Take a look at DotNetOpenAuth
You can find some good examples with it. Take a look at the samples source code
Upvotes: 0