From 387c438d6214740ac772eb6e18dcd0d986661c62 Mon Sep 17 00:00:00 2001 From: Adam Miskiewicz Date: Fri, 21 May 2010 15:01:37 +0800 Subject: [PATCH] Changed url. --- tweepy/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.25.1