-
Notifications
You must be signed in to change notification settings - Fork 139
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
An example of how to use HMAC #39
Comments
I'll second that. It's the only one not mentioned in the docs, and it seems to be implemented in a non-straightforward way? I'm on version 1.0.7 and have this problem:
|
I landed here after following an example in the Twitter API docs and not getting the expected result, hopefully the following will help someone else:
In my case I was able to sign an OAuth 1.0 request correctly with the following:
|
I would be nice with an example of how to use HMAC. Are there any restrictions on salt? Length/format ?
The text was updated successfully, but these errors were encountered: