mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #363] doing a implicit grant #232
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#232
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 @oshitub123 on GitHub (Apr 19, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/363
Description:
OAuth Provider (Twitter, Github, ..):
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
8.0 (Swift 3.0)
8.0 (Swift 2.3)
7.3.1
other: (Please fill in the version you are using.)
objective c
@oshitub123 commented on GitHub (Apr 19, 2017):
I wants to do an authorization with OAuthSwift with a implicit grant
this is my code
import UIKit
import OAuthSwift
class ViewController: UIViewController,UIApplicationDelegate {
@oshitub123 commented on GitHub (Apr 19, 2017):
what i have to change for to do a implicit grant and get my accestoken
@phimage commented on GitHub (Apr 20, 2017):
No description, no provider , ...
Too much message...do only one. You must edit messages
You have a bug
oauthswift object must be retain , for instance as class attribute
@oshitub123 commented on GitHub (Apr 20, 2017):
i need to save my token for to use an api rest but i dont know how return from the broswer to the aplication and getting that token
@phimage commented on GitHub (Apr 20, 2017):
so you do no read the readme...
look for "Make signed request"
or use "credential.oauthToken" and sign your own request
please do not open an other issue for same question, only if different topic