2

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?

Rich
  • 61
  • 1
  • 9

2 Answers2

3

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

Andrew Arnott
  • 80,040
  • 26
  • 132
  • 171
  • 1
    Also, you'll want to take a look at this answer to get started with the DotNetOpenAuth CTP. It's an excellent walkthrough: http://stackoverflow.com/questions/4821747/facebook-twitter-with-dotnetopenauth/5259556#5259556 – Emil Lerch Jun 09 '11 at 21:02
1

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.

Rich
  • 61
  • 1
  • 9