Wellington Lopes
Wellington Lopes

Reputation: 1

How to set the Oauth Facebook

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

Answers (2)

BlueSam
BlueSam

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

CoffeeCode
CoffeeCode

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

Related Questions