Integrating facebook login and facebook c# SDK - NOT a facebook app -
i downloaded samples , 5.0.3 beta of sdk, , pretty got facebook app , running inside facebook - great , super easy.
however, want use facebook authorization-mechanism, , cannot figure out how examples , documentation (actually unable find documentation apart few examples here , there).
i found piece of code without context here: link
protected void page_load(object sender, eventargs e) { if (!authorizer.isauthorized()) { var authurl = authorizer.getloginurl(new httprequestwrapper(request)); canvasredirect(authurl.tostring()); } else { loggedin(); // function call when user logged in init page } } this looks interesting, cannot figure out authorizer set , used.
i using mvc 3, should not matter.
is possible use facebook c# sdk - , how?
i had same question , found answer here maybe you're after: http://amirrajan.net/blog/asp-mvc-and-facebook-single-sign-on
Comments
Post a Comment