mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #374] No apparent way to make Oauth 1.a requests #238
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#238
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?
Originally created by @josephquigley on GitHub (May 17, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/374
Description:
There doesn't seem to be any way to make OAuth 1.a requests in the wiki, example code, or in source. Are people supposed to use raw
OAuthSwiftHTTPRequestrequests?OAuth Version:
@phimage commented on GitHub (May 17, 2017):
I am a little confusing about why you did not find the code, maybe I do not understand your question
But there a lot of ´get´ in demo app
In readme there is an example of request
@josephquigley commented on GitHub (May 20, 2017):
Thought I replied to you, but it looks like email reply-to didn't work. Sorry.
I'm new to OAuth, so forgive my questions. Are you referring to the signed request part of the readme? Because the OAuth1 section doesn't show any examples of a 1.0a request that only uses a public key and a secret key. It shows examples of tokens and authorize URLs. As far as I know, those don't apply to 1.0a.
@phimage commented on GitHub (May 20, 2017):
I don't think so
1.0a also could use authorize
https://oauth.net/core/1.0a/
@josephquigley commented on GitHub (May 22, 2017):
Authorize in OAuthSwift?
@phimage commented on GitHub (May 23, 2017):
oauthswift.authorize(..., normal use of framwork, see readme...@josephquigley commented on GitHub (May 29, 2017):
Ok, I figured it out. The documentation on the Readme.md was not clear. You can init
OAuth1Swiftwith empty strings for therequestTokenUrl,authorizeUrl, andaccessTokenUrlparameters.Pull request: https://github.com/OAuthSwift/OAuthSwift/pull/378
@phimage commented on GitHub (Jun 2, 2017):
@josephquigley do not close your issue next time if you make a PR
Just put Fix #issue_number in your PR title and the issue will be closed automatically when merging PR