When making a call to https://shopify.com/authentication/#############/oauth/authorize I am receiving the following error message:
I’m not sure what I am doing wrong or what is misconfigured. I’ve tried a variety of different scopes and nothing seems to work.
Any thoughts on how to fix it or where to look further?
Ryan
When making a call to https://shopify.com/authentication/#############/oauth/authorize I am receiving the following error message:
Where did you see that URL?
From Manage Access Scopes:
The correct URL is https://{shop}.myshopify.com/admin/oauth/authorize
From here under Customer Account API for the storefront.
I believe the URL you gave is called when installing the application.
In any case, I did finally find the solution. Not sure how I missed this page before: Customer Account API reference
The proper scope is: openid email customer-account-api:full
Ryan