I am developing a public, non-embedded App. When I select “Test your app” on my partner page and select my test dev store, it proceeds to an auth page saying what access my app is requesting. So far, so good. Once I authorize the access, navigation transfers to my web page with the following parameters:
-
hmac
-
host
-
shop
-
timestamp
The docs seem to indicate there should also be a “code” param I can use to exchange for an accessToken.
My question is: why is “code” not being passed?