Dec 13, 2020
Hello, I am developing an Shopify Public App that inserts JavaScript code to merchant's storefront. In order to accomplish this task, the app needs to update merchant's theme.liquid via API.&n...
Hello, I am developing a Shopify App with following requirements. User installs the Shopify App from the shopify app store. User clicks on the app in his/her store, then it displays a textarea. U...
No content to show
User Activity
Hi @Michael_Ragalie ,I see. I need to setup a database in order to store the access token for the shop. That was the reason I couldn't find any reference to call REST API via session token. It makes sense now.Thanks for the reply, really appreciat...
Hi @Michael_Ragalie,I'm trying migrate Shopify Embedded App from cookie based access token into session token. I was able to get session token using following tutorial: https://github.com/Shopify/shopify-app-nodeAnd now I need to get the access toke...
Hi Jason,I'm trying to convert Shopify embedded app with cookie based authentication into session token authentication. I've watched your YouTube video and followed server.js and _app.js implementation, however, I am keep getting "Enable cookie" not...