From: Adam Miskiewicz Date: Fri, 21 May 2010 07:01:37 +0000 (+0800) Subject: Changed url. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=387c438d6214740ac772eb6e18dcd0d986661c62;p=tweepy.git Changed url. --- diff --git a/tweepy/auth.py b/tweepy/auth.py index 3593bec..b770ebb 100644 --- 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):