Skip to content
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

obj-c with HMAC_SHA is missing encoding #30

Closed
GoogleCodeExporter opened this issue Feb 6, 2016 · 2 comments
Closed

obj-c with HMAC_SHA is missing encoding #30

GoogleCodeExporter opened this issue Feb 6, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

By testing the obj-c (rev 587) oAuth library against our oAuth supported
API system we found a problem with the signature calculation.

The key used for the HMAC_SHA should be url-encoded separately before
joined, as defined in the oAuth spec (http://oauth.net/core/1.0/#anchor16).
Currently, the 2 secrets that are joined together aren't url-encoded at all.

A patch will be provided next week.

Kilian Marjew
Hyves.nl

Original issue reported on code.google.com by kilian.m...@gmail.com on 28 Jun 2008 at 8:57

@GoogleCodeExporter
Copy link
Author

Original comment by andyster on 15 Jul 2008 at 11:18

  • Added labels: Lib-Obj-C

@GoogleCodeExporter
Copy link
Author

This is fixed beginning from revision 829.

Original comment by zsom...@gmail.com on 20 Dec 2008 at 10:58

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant