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.

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

share|improve this question
Welcome to SO. Before asking a question here please use Google. – Luv Dec 27 '12 at 13:09

2 Answers

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.

share|improve this answer

Take a look at DotNetOpenAuth

You can find some good examples with it. Take a look at the samples source code

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.