projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c03a2b
)
Changed url.
author
Adam Miskiewicz
<adam@adammiskiewicz.com>
Fri, 21 May 2010 07:01:37 +0000
(15:01 +0800)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Mon, 16 Aug 2010 18:14:19 +0000
(
02:14
+0800)
tweepy/auth.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/auth.py
b/tweepy/auth.py
index 3593bec9dc141cec017afdd5590ac5beb39e95bc..b770ebb83f64134dc89a00cbd00e5d4d302a81a9 100644
(file)
--- a/
tweepy/auth.py
+++ b/
tweepy/auth.py
@@
-37,7
+37,7
@@
class BasicAuthHandler(AuthHandler):
class OAuthHandler(AuthHandler):
"""OAuth authentication handler"""
- OAUTH_HOST = 'twitter.com'
+ OAUTH_HOST = '
api.
twitter.com'
OAUTH_ROOT = '/oauth/'
def __init__(self, consumer_key, consumer_secret, callback=None, secure=False):