Skip to content

Demonstrates the use of Facebook authentication using server side flow in ASP.NET MVC

Notifications You must be signed in to change notification settings

sandeeptalabathula/facebook-aspnet-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Server Side Authentication Flow using Facebook C# SDK with ASP.NET MVC3

This sample demonstrates the use of server side Facebook authentication in ASP.NET MVC3 using Facebook C# SDK v6.

Note: This sample does not necessarily demonstrate the best use but rather sample on using Facebook C# SDK for the server side auth flow. It is highly recommended to use a mixture of both Facebook Javascript SDK and Facebook C# SDK for best performance rather than using your ASP.NET MVC3 app as a proxy to Facebook server.

Getting started

Set the appropriate AppId and AppSecret before running the sample.

private const string AppId = "app_id";
private const string Appsecret = "app_secret";

It is highly recommned to read the official Facebook documentation on server-side flow at https://developers.facebook.com/docs/authentication/ before running the sample.

About

Demonstrates the use of Facebook authentication using server side flow in ASP.NET MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published