tags:

views:

421

answers:

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?

+2  A: 

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
A: 

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

related questions