Skip to content

Commit 3a44f13

Browse files
committedNov 2, 2014
Merge pull request tweepy#502 from JulienPalard/patch-1
FIX: To create an app it's not dev.twitter.com but apps.twitter.com
2 parents 34af675 + 97c83b7 commit 3a44f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/streaming.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from tweepy import OAuthHandler
33
from tweepy import Stream
44

5-
# Go to http://dev.twitter.com and create an app.
5+
# Go to http://apps.twitter.com and create an app.
66
# The consumer key and secret will be generated for you after
77
consumer_key=""
88
consumer_secret=""

0 commit comments

Comments
 (0)