facebook c# sdk - Authorize with Permissions -


I started using "CSDK S # SDK 5.0.8" from "ASP.NET MVC3 website" is. Everything works fine

How can I request additional permissions from the user after that?

When there is no definition for 'permissions' error in System.Web.Mvc.AuthorizeAttribute, when I do [authorized (permissions = "offline-login")] .

If I use [FacebookAuthorize (Permissions = "Offline-Login")] , then page redirection

thanks

"text">

Then the authorization feature is not part of the Facebook C # SDK. From that example, you learn how to use Facebook authorization in conjunction with Form Authority. There is no property on the name of permission in the authorized attribution and neither can it be used to authorize Facebook, it is investigating the permission to use your existing ASP.NET subscription provider.

Facebook is not working as an official feature, because you can not mix two situations together, in fact, the tutorial you are reading shows you that without the use of javascript SDK etc How to authorize in simple way You should not use anything in that tutorial in Facebook.Web or Facebook.Web.Mvc because they are not ready to work with form authentication

I take a look at some of the other samples I would suggest Wi-Fi will help you get started for some additional normal conditions such as asking for additional permissions.

Comments