-2

I've read tons of documentation about Facebook authentication, but anything seems to work.

I've tried everything, including Facebook C# SDK, and many other options.

My application is an asp.net 4.0 web site (outside facebook).

Does anyone have an working sample? All i need is to authenticate a user and get basic user information such as name, surname, email and picture.

Thanks in advance!

Leandro Faria
  • 445
  • 2
  • 11
  • 25

1 Answers1

0

You can use http://www.dotnetopenauth.net/ which is very good. You can also use facebook api javascript library which is very easy to use. Maybe you haven't configured your application in facebook correctly. It needs callback url. Some related questions:

Facebook/ Twitter with dotnetopenauth?

DotNetOpenAuth Get Facebook Email Address

How to log in with Facebook using DotNetOpenAuth

Community
  • 1
  • 1
fenix2222
  • 4,602
  • 4
  • 33
  • 56