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

Fix for missing oauth_timestamp parameter #375

Merged
merged 1 commit into from
Nov 21, 2012

Conversation

jplock
Copy link
Contributor

@jplock jplock commented Nov 20, 2012

If one of the request parameters is called "timestamp", the "oauth_timestamp" OAuth parameter will get removed during the parameter cleanup loop.

…mestamp" OAuth parameter will get removed during the parameter cleanup loop.
mikeal added a commit that referenced this pull request Nov 21, 2012
Fix for missing oauth_timestamp parameter
@mikeal mikeal merged commit e6c7aa5 into request:master Nov 21, 2012
@jplock
Copy link
Contributor Author

jplock commented Nov 21, 2012

Technically this could happen on any of the oauth_* variables. This fixes my immediate need, so thanks for merging it in, but the whole variable population part should probably be refactored at some point in my opinion.

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

Successfully merging this pull request may close these issues.

None yet

2 participants