Skip to content

Conversation

@Sam-R
Copy link

@Sam-R Sam-R commented Aug 20, 2015

I've amended the API to use REDIRECT_URI as a variable passed through to oauth.php, as the specifications for the Shopify oauth API have changed.

"{redirect_uri} - (Required) substitute this with the URL where you want to redirect the users after they authorize the client. The complete URL specified here must be identical to one of the Application Redirect URLs. Note: in older applications, this parameter was optional, and redirected to the Application Callback URL when no other value was specified." - https://docs.shopify.com/api/authentication/oauth#asking-for-permission

Sam-R added 2 commits August 20, 2015 12:27
Added REDIRECT_URI to the $permission_url which is now required by Shopify

"{redirect_uri} - (Required) substitute this with the URL where you want to redirect the users after they authorize the client. The complete URL specified here must be identical to one of the Application Redirect URLs. Note: in older applications, this parameter was optional, and redirected to the Application Callback URL when no other value was specified."  - https://docs.shopify.com/api/authentication/oauth#asking-for-permission
added REDIRECT_URI as a variable, used in oauth.php modifications, which is now a required field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants