[GH-ISSUE #91] user defined params in authorize phrase not supported #55

Closed
opened 2026-03-03 16:45:16 +03:00 by kerem · 3 comments
Owner

Originally created by @sunweik on GitHub (Aug 12, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/91

certain service, such as flickr, needs to use 'perms=read' in authorize url to specify permission requested. I don't see this is supported in latest version yet.

supporting user defined parameter for authorize url can fix this problem and more

Originally created by @sunweik on GitHub (Aug 12, 2015). Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/91 certain service, such as flickr, needs to use 'perms=read' in authorize url to specify permission requested. I don't see this is supported in latest version yet. supporting user defined parameter for authorize url can fix this problem and more
kerem closed this issue 2026-03-03 16:45:16 +03:00
Author
Owner

@phimage commented on GitHub (Aug 12, 2015):

With oauth2 the equivalent parameter will be scope and there is also a dictionary parameters
But Flickr use oauth1 and there is no parameters
So the current workaround is to specify the url with the query parameter ie. ....authorize?perm=read

<!-- gh-comment-id:130197054 --> @phimage commented on GitHub (Aug 12, 2015): With oauth2 the equivalent parameter will be scope and there is also a dictionary parameters But Flickr use oauth1 and there is no parameters So the current workaround is to specify the url with the query parameter ie. ....authorize?perm=read
Author
Owner

@sunweik commented on GitHub (Aug 13, 2015):

this is a good workaround, I will check it out

<!-- gh-comment-id:130511491 --> @sunweik commented on GitHub (Aug 13, 2015): this is a good workaround, I will check it out
Author
Owner

@sunweik commented on GitHub (Sep 15, 2015):

this workaround works

<!-- gh-comment-id:140248656 --> @sunweik commented on GitHub (Sep 15, 2015): this workaround works
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#55
No description provided.