You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for this nice SDK,
I am facing a problem
As you know to before createAuthRequest,
we have to use PHPShopify\ShopifySDK::config($config) and in this $config we must pass ShopUrl
We are showing user to insert there store URL and after that redirecting for authentication which is mentioned in your documentation.
But Shopify team is not accepting my app request and rejecting with this message
"Your app must immediately [authenticate] using OAuth before any other steps occur. Merchants should not be able to interact with the user interface (UI) before OAuth."
Kindly guide how I can authenticate without a ShopUrl.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this nice SDK,
I am facing a problem
As you know to before createAuthRequest,
we have to use PHPShopify\ShopifySDK::config($config) and in this $config we must pass ShopUrl
We are showing user to insert there store URL and after that redirecting for authentication which is mentioned in your documentation.
But Shopify team is not accepting my app request and rejecting with this message
"Your app must immediately [authenticate] using OAuth before any other steps occur. Merchants should not be able to interact with the user interface (UI) before OAuth."
Kindly guide how I can authenticate without a ShopUrl.
The text was updated successfully, but these errors were encountered: