Skip to content

Commit 7a5047a

Browse files
committed
Add example query string from dev docs
1 parent 02d2698 commit 7a5047a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth-workflow-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async def install(shop_name: str):
4242
)
4343
```
4444

45-
4. To capture the `code`, set up a callback handler in your app. To exchange the temporary token for a permanent access token, supply the parameters from this request to the `request_token` function.
45+
4. To capture the `code`, set up a callback handler in your app. To exchange the temporary token for a permanent access token, supply the parameters from this request to the `request_token` function. See an [example query string here](https://shopify.dev/apps/auth/oauth/getting-started#step-2-verify-the-installation-request) to be passed as the `request_params`.
4646

4747
```python
4848
@app.get("/auth/shopify/callback")

0 commit comments

Comments
 (0)