From: Julien Date: Sun, 2 Nov 2014 15:20:04 +0000 (+0100) Subject: FIX: To create an app it's not dev.twitter.com but apps.twitter.com X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=97c83b7282e88398d7a050ba15877541077cee92;p=tweepy.git FIX: To create an app it's not dev.twitter.com but apps.twitter.com --- diff --git a/examples/streaming.py b/examples/streaming.py index 41e200a..942d7e8 100644 --- a/examples/streaming.py +++ b/examples/streaming.py @@ -2,7 +2,7 @@ from tweepy.streaming import StreamListener from tweepy import OAuthHandler from tweepy import Stream -# Go to http://dev.twitter.com and create an app. +# Go to http://apps.twitter.com and create an app. # The consumer key and secret will be generated for you after consumer_key="" consumer_secret=""