Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated API for new Shopify oauth specifcations #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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

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.

None yet

2 participants