mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #150] HTTP Response doesn't always have an 'access_token' key. #93
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#93
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 @SokichiFujita on GitHub (Nov 26, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/150
The following error occurred in the GitHub authorization flow.
OAuth2Swift.swift

In regard to this response, it has only
"error_description","error"and"error_uri"keys. There are no 'access_token' key. Please consider to validate whether it has"access_token"key or not.if letstatement may be a solution.@SokichiFujita commented on GitHub (Nov 26, 2015):
I don't know why GitHub uses status code 200 for this response.
@phimage commented on GitHub (Nov 26, 2015):
Already fixed in master branch and available in next release
as you can see in the link you put into your comment
85dbcddf89I close and expect a new release soon for you ;)
@SokichiFujita commented on GitHub (Nov 26, 2015):
Thank you! I expect the release!
@phimage commented on GitHub (Nov 26, 2015):
どういたしまして