mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #349] Error Info : The operation couldn’t be completed. (OAuthSwiftError error -10.) #222
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#222
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 @megifernanda on GitHub (Mar 10, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/349
Description:
i want to test Authorize
OAuth Provider (Twitter, Github, ..):
no provider
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: (Version 8.2.1)
objective c
@phimage commented on GitHub (Mar 10, 2017):
https://github.com/OAuthSwift/OAuthSwift/blob/master/Sources/OAuthSwiftError.swift
10 retain
you do not retain your oautswift object in memory
@megifernanda commented on GitHub (Mar 10, 2017):
and then what must i do sir ?? im really dont know what must i do
@phimage commented on GitHub (Mar 10, 2017):
keep a reference on
oauthswiftvariable in your classps: then screenshot is very bad in issue, always copy paste your code or error message
and use github markdown for code
@megifernanda commented on GitHub (Mar 10, 2017):
sorry sir, i just see before me shared issue with screenshoot
and i already add variable and still -10
or this problem because my librabry get red sir

@phimage commented on GitHub (Mar 10, 2017):
not
let oauthswift = OAuth1Swift(but
self.oauthswift = OAuth1Swift(to use your class variable
if you don't know how to use optional
@megifernanda commented on GitHub (Mar 10, 2017):
its run sir, but i want ask. what is my urlcallback right?
@phimage commented on GitHub (Mar 10, 2017):
please read the readme
your provider 8villages will return information to login using this url
when opening this url your app will call oauthswift.handle(url), and your login is done
@megifernanda commented on GitHub (Mar 10, 2017):
oke sir, and where i can see code for access token?
@phimage commented on GitHub (Mar 10, 2017):
why you want to see it?
in your code you receive
credentialobject@megifernanda commented on GitHub (Mar 10, 2017):
i means, what is code for access token. i can't find it.
i can't find code for accesstoken in ViewController example
@phimage commented on GitHub (Mar 12, 2017):
you don't need it...
or you want to use an other network framework
and please read my previous answer : credential ...