hackalive Posted April 6, 2012 Share Posted April 6, 2012 Hi guys, Im am (slowly but surely) implementing oAuth into my existing service to form the base for my RESTful API. However I am unable to get the system to prompt (as in display) the permissions oAuth is trying to gain access to. I know that make not a whole lot of sense so take a look at "Consent Page Experience" on this link https://developers.google.com/accounts/docs/OAuth2Login Im basically looking to know how do I make my consent page say dynamically which permissions is the App (through the oAuth API) trying to gain access to. All help is greatly appreciated. Thanks in advance (And a happy Easter too). Link to comment https://forums.phpfreaks.com/topic/260429-prompting-for-permissions/ Share on other sites More sharing options...
hackalive Posted April 6, 2012 Author Share Posted April 6, 2012 This is the library I am using https://github.com/elbunce/oauth2-php And the scope are accessible from the URL ie.e localhost/index.php?scope=one,two&client_id=aadasdsafd Link to comment https://forums.phpfreaks.com/topic/260429-prompting-for-permissions/#findComment-1335035 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.