mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#554
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/188
Author: @jdrevet
Created: 2/20/2016
Status: ✅ Merged
Merged: 2/21/2016
Merged by: @phimage
Base:
master← Head:OAuth1ParamsTransmission📝 Commits (3)
ce1f82bAdd an option to send the OAuth1.0 parameters as request parameters (fix #187)b9838d1Revert changes in OAuth1Swift after PR commentffd0f5aRemove the '?' operators for paramsLocation parameter as discussed in PR comment📊 Changes
4 files changed (+76 additions, -27 deletions)
View changed files
📝
OAuthSwift/OAuthSwiftClient.swift(+12 -3)📝
OAuthSwift/OAuthSwiftCredential.swift(+23 -13)📝
OAuthSwift/OAuthSwiftHTTPRequest.swift(+29 -11)📝
OAuthSwiftDemo/ViewController.swift(+12 -0)📄 Description
As described in issue #187, some servers (at least the Withings one) require that the OAuth1.0 parameters are transmitted as query parameters.
As it is not an usual behaviour, I have tried to minimize the changes by using convenience initializers and optionnals parameters with default value.
There is 2 places where the process differs:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.