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

Commits on Aug 20, 2015

  1. Update oauth.php

    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
    Sam-R committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    fb63143 View commit details
    Browse the repository at this point in the history
  2. Update conf.php

    added REDIRECT_URI as a variable, used in oauth.php modifications, which is now a required field.
    Sam-R committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    d5e36d1 View commit details
    Browse the repository at this point in the history