Facebook Connect and ASP.NET
I’m at step 8 of the authentication overview found here: http://wiki.developers.facebook.com/index.php/How_Connect_Authentication_Works
I’m at step 8 of the authentication overview found here: http://wiki.developers.facebook.com/index.php/How_Connect_Authentication_Works
I’m trying to retrieve user properties that are returned as the OnAuthenticated context and added as a claims following this example: How to access Facebook private information by using ASP.NET Identity (OWIN)?
I’ve seen a lot of documentation about integration between ASP .NET web sites and Facebook, but I haven’t found a simple working example, even using Facebook C# SDK.
There is a list of projects here, mainly the Facebook Developer Toolkit and Facebook.NET. However, I’ve seen a lot of negative feedback about the toolkit and it seems like Facebook.NET hasn’t been upgraded to the latest facebook API.
Im getting an null reference exception sometimes when I login with facebook using the out of the box ASP.NET mvc5 accounts controller.
I’m using Facebook Graph Api and trying to get user data. I’m sending user access token and in case this token is expired or invalid Facebook returns status code 400 and this response:
I am trying to implement facebook like button on my website.
The first four lines in the code is already there on my site after the end of the “” tag.
With Twitter’s new OAuth interface, their API is now many times more complex than what it was. And I haven’t even looked at Facebook’s API yet.
Does anyone have a simple and successful demo implementation of facebook connect in an asp.net application. I am developing an asp.net web application and want facebook connect to be the primary method for logging in.