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
When using the Shopify integration, it asks me to hardcode the shop in the Shopify settings of Oauth.io. But this means my integration can only support one shop, making it useless.
Is there a way to specify the shop in the popup call? For example:
OAuth.popup('shopify', {data: {'shop': 'SHOPNAME'}}).done(function(result) {
The text was updated successfully, but these errors were encountered:
When using the Shopify integration, it asks me to hardcode the shop in the Shopify settings of Oauth.io. But this means my integration can only support one shop, making it useless.
Is there a way to specify the shop in the popup call? For example:
OAuth.popup('shopify', {data: {'shop': 'SHOPNAME'}}).done(function(result) {
The text was updated successfully, but these errors were encountered: