How to get shop_url who install my shopify app first timeHow do I get started with Node.jsHow to decide when to use Node.js?How to get GET (query string) variables in Express.js on Node.js?How to authenticate Shopify App using Laravel 5Shopify App - define url to redirect when app is selected form app list of a shopshopify redirecting user to SDK iframe after installing the appShopify App Development need button on headerHow public shopify app will appear to store visitorsWhat is the Shopify Public App Install Flow?
Why don't Wizards use wrist straps to protect against disarming charms?
What is the mathematical notation for rounding a given number to the nearest integer?
International Orange?
How to publish superseding results without creating enemies
How to draw a Venn diagram for X - (Y intersect Z)?
What is the source of "You can achieve a lot with hate, but even more with love" (Shakespeare?)
How To Make Earth's Oceans as Brackish as Lyr's
Why is the year in this ISO timestamp not 2019?
Prove that a convergent real sequence always has a smallest or a largest term
Is "you will become a subject matter expert" code for "you'll be working on your own 100% of the time"?
How does a simple logistic regression model achieve a 92% classification accuracy on MNIST?
Insight into cavity resonators
Why is the car dealer insisting on a loan instead of cash?
Some Prime Peerage
Planar regular languages
Make 1998 using the least possible digits 8
What is the meaning of 「ぞんぞん」?
Why is this sentence grammatical?
How clean are pets?
What is a "major country" as named in Bernie Sanders' Healthcare debate answers?
Is there a tool to measure the "maturity" of a code in Git?
Why is it called a stateful and a stateless firewall?
Why is belonging not transitive?
Can I travel to European countries with the Irish passport and without destination Visa?
How to get shop_url who install my shopify app first time
How do I get started with Node.jsHow to decide when to use Node.js?How to get GET (query string) variables in Express.js on Node.js?How to authenticate Shopify App using Laravel 5Shopify App - define url to redirect when app is selected form app list of a shopshopify redirecting user to SDK iframe after installing the appShopify App Development need button on headerHow public shopify app will appear to store visitorsWhat is the Shopify Public App Install Flow?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
i am developing shopify app and it successfully work in my development store. but i have doubt that how i can get the shop url who will install my app from shopify app
following is url for install my app in particular shopify store
and this url call my callback url which generate permanent access_token
https://example.com/shopify?shop=shopname.myshopify.com
shop_url=shopname.myshopify.com
How to get this shop_url of shopify store who install my app very first time. can any one help me out with this
problem is how to set and where to get shop_url when my install app route call
https://example.com/shopify?shop=?
? where to get this. Can any one please help. thank you
node.js express shopify shopify-app
add a comment
|
i am developing shopify app and it successfully work in my development store. but i have doubt that how i can get the shop url who will install my app from shopify app
following is url for install my app in particular shopify store
and this url call my callback url which generate permanent access_token
https://example.com/shopify?shop=shopname.myshopify.com
shop_url=shopname.myshopify.com
How to get this shop_url of shopify store who install my app very first time. can any one help me out with this
problem is how to set and where to get shop_url when my install app route call
https://example.com/shopify?shop=?
? where to get this. Can any one please help. thank you
node.js express shopify shopify-app
add a comment
|
i am developing shopify app and it successfully work in my development store. but i have doubt that how i can get the shop url who will install my app from shopify app
following is url for install my app in particular shopify store
and this url call my callback url which generate permanent access_token
https://example.com/shopify?shop=shopname.myshopify.com
shop_url=shopname.myshopify.com
How to get this shop_url of shopify store who install my app very first time. can any one help me out with this
problem is how to set and where to get shop_url when my install app route call
https://example.com/shopify?shop=?
? where to get this. Can any one please help. thank you
node.js express shopify shopify-app
i am developing shopify app and it successfully work in my development store. but i have doubt that how i can get the shop url who will install my app from shopify app
following is url for install my app in particular shopify store
and this url call my callback url which generate permanent access_token
https://example.com/shopify?shop=shopname.myshopify.com
shop_url=shopname.myshopify.com
How to get this shop_url of shopify store who install my app very first time. can any one help me out with this
problem is how to set and where to get shop_url when my install app route call
https://example.com/shopify?shop=?
? where to get this. Can any one please help. thank you
node.js express shopify shopify-app
node.js express shopify shopify-app
asked Mar 28 at 12:16
Nisar SaiyedNisar Saiyed
1521 silver badge9 bronze badges
1521 silver badge9 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55397425%2fhow-to-get-shop-url-who-install-my-shopify-app-first-time%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.
add a comment
|
Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.
add a comment
|
Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.
Whenever Shopify sends your App a shop, the shop parameter is filled in. So you never have to wonder who is knocking at your door. You always know, with the exception perhaps of when you offer clickable service inside your own App. At that point, you might want to include the shop as a parameter too, for cases when your session times out. You can re-auth that way.
answered Mar 28 at 13:49
David LazarDavid Lazar
6,6163 gold badges15 silver badges28 bronze badges
6,6163 gold badges15 silver badges28 bronze badges
add a comment
|
add a comment
|
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55397425%2fhow-to-get-shop-url-who-install-my-shopify-app-first-time%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown