E58E oops, wrong auth urls · ptarjan/python-oauth@8b53179 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b53179

Browse files
committed
oops, wrong auth urls
1 parent cd7d0b2 commit 8b53179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oauth/consumer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class Twitter(helper.OAuthClient):
1414

1515
class Myspace(helper.OAuthClient):
1616
request_token_url = 'http://api.myspace.com/request_token'
17-
access_token_url = 'http://api.myspace.com/oauth/access_token'
18-
authorization_url = 'http://api.myspace.com/oauth/authorize'
17+
access_token_url = 'http://api.myspace.com/access_token'
18+
authorization_url = 'http://api.myspace.com/authorize'
1919
type = "myspace"
2020

2121
class Google(helper.OAuthClient):

0 commit comments

Comments
 (0)
0