I've done the "Getting Started with an ASP.NET MVC 3 Website" using Facebook C# SDK 5.0.8. Everything works fine.
How do I request extra Permissions from the user after that?
When I do [Authorize(Permissions = "offline_access")], I get 'System.Web.Mvc.AuthorizeAttribute' does not contain a definition for 'Permissions' error.
If I use [FacebookAuthorize(Permissions = "offline_access")], the page redirects to itself without going to the facebook login page.
Please help!
Thanks