mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-27 05:05:51 +03:00
[GH-ISSUE #350] how to acces ouath without authorizeUrl #220
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#220
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 13, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/350
Description:
before i tried to get token with this code but i just got oauth_token and work but actually my app wihout authorize, so how to make this code without authorizeUrl
if i make authorizeUrl: "https://accounts.8villages.com/oauth/request-token"
my app is work and get token in url browser
but in layout i get error like this
MethodNotAllowedError
my code :
OAuth Provider (Twitter, Github, ..):
https://accounts.8villages.com/authentication
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
@phimage commented on GitHub (Mar 13, 2017):
please provide a link to the provider api documentation
@megifernanda commented on GitHub (Mar 14, 2017):
this https://accounts.8villages.com/authentication
@phimage commented on GitHub (Mar 14, 2017):
Maybe I must be logged somewhere because i receive
{"code":"MethodNotAllowedError","message":"GET is not allowed"}
Or this not a Doc link
@megifernanda commented on GitHub (Mar 14, 2017):
yaaa because that i ask here how to make without authorize. because it skip auhtorize sir
@phimage commented on GitHub (Mar 14, 2017):
So you DO NOT respond to my request, to provide a link to 8villages documentation
did you try https://oauth.8villages.com/tokens/authorize
or
are you sure it's oauth version 1 ?
I can't help you more than that