authorize
Facebook authorize w/permissions request yield "Page Not Found"
Somewhere along the way in the past few weeks, the authorize Facebook call in iOS fails with a \"Page Not Found\". This happens for any user that has not installed the app or if the app\'s permissions[详细]
2023-04-07 06:45 分类:问答MVC3 generate list of controllers/actions with their attributes (esp. action filters)
Is there a reasonable way to generate a complete list of all controllers/actions in a project, along with their various attributes - notably acti开发者_如何转开发on filters?[详细]
2023-04-05 03:19 分类:问答php-sdk 3.1.1 can't get $facebook->api('/me') for test user and no authorization request displays
When I use the following code, $user_profile = $facebook->api(\'/me\'); will show the info for me, the admin user, but when I switch to a test user the permissions dialog never displays for the test u[详细]
2023-04-02 12:45 分类:问答independent authenticated sessions with ASP.NET MVC 2 and Areas
i am developing a little CMS website (frontend area) where users can see news, explore products, etc and in the same site i have a backend area where CMS\'s content and ERP features are managed, this[详细]
2023-04-01 05:13 分类:问答Facebook SSO authorize in safari but not facebook app in my iphone
I am following the guide exactly开发者_如何学运维 to integrate with Facebook. A weird issue that i run into is that, if I,[详细]
2023-03-31 11:00 分类:问答Setting up custom Authorize roles for MVC3
Currently my controller looks like this: public class ProductBrandsController : Controller I\'ve read online that I can apply the [Authorize] decorator to each Action, but also to the entire Contro[详细]
2023-03-30 18:47 分类:问答mvc 3, jquery ajax & forms authentication
In my MVC3 project, I have a controller with an [Authorize] attribute. I have a form submission without ajax, which redirects the user (as expected) to the login screen, if he/she is not logged in.[详细]
2023-03-24 07:38 分类:问答Authorisation exceptions
I\'ve tagged my controller开发者_运维技巧 with an authority annotation but would like to exempt one of the methods... can that be done? how?[详细]
2023-03-14 03:14 分类:问答IE looping infinitely when using Authorize
I\'m developing a Facebook app, and i only want to allow access to certain views if the visitor is authorized through Facebook. This should be a pretty simple task, and i thought is was, until i tried[详细]
2023-03-06 22:37 分类:问答How to Extend/Architect the ASP.NET MVC 3 Authorize Attribute to Handle This Scenario
I\'ve been trying to think this answer through and can\'t find a good solution on how to properly do this.[详细]
2023-02-14 01:30 分类:问答