-
Notifications
You must be signed in to change notification settings - Fork 374
clarify instructions in readme.md #569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @M00NSH0T, you raise a really good point. The team will add it to the backlog, in the meantime we always welcome PRs! |
Can someone help a lamen out and clarify exactly what needs to be passed to the request_token() function, say with an example of 'request_params' ? |
I was stuck here too. This is how I solved it.
|
@tamirble The code is hard to follow but I think the timestamp and hmac should be provided by shopify via a GET argument. The library checks the hmac is correct to verify the request was sent by shopify. There is also a check against the timestamp. |
This issue is stale because it has been open for 60 days with no activity. It will be closed if no further action occurs in 14 days. |
We are closing this issue because it has been inactive for a few months. If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines Thank you! |
the parameters from step 3 must be like this:
timestamp is a # INTEGER |
Overview/summary
Step 4 in the instructions include a line:
But it's unclear from a lamen's perspective what request_params should be. Please add some clarification around how to define request_params.
Motivation
Tring to get up and running quickly with the API...
Area
Area: <area>
labels to this issueChecklist
The text was updated successfully, but these errors were encountered: