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.

DotNetOpenAuth 3.4, Facebook

Does Facebook function as a provider (similar to Yahoo! or Google)? If so, does anyone have a pointer to example DotNetOpenAuth code?

share|improve this question

2 Answers

Facebook supports OAuth 2.0, which a CTP of DotNetOpenAuth supports and includes a sample for that demonstrates figuring out who the user is.

share|improve this answer
1  
Also, you'll want to take a look at this answer to get started with the DotNetOpenAuth CTP. It's an excellent walkthrough: stackoverflow.com/questions/4821747/… – Emil Lerch Jun 9 '11 at 21:02

Facebook does not currently function as a provider, only as a relying party/service provider. I need to use Facebook Connect to authenticate a Facebook user within my app.

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.