projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811b5d2
)
Update usage of AppAuthHandler in pagination documentation
author
Harmon
<Harmon758@gmail.com>
Wed, 9 Feb 2022 21:42:10 +0000
(15:42 -0600)
committer
Harmon
<Harmon758@gmail.com>
Wed, 9 Feb 2022 21:42:10 +0000
(15:42 -0600)
Update usage of AppAuthHandler to OAuth2AppHandler in pagination documentation
docs/pagination.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/pagination.rst
b/docs/pagination.rst
index a96f36a0d0123a0ededdeeaf1458edb3b3158fbe..0f6b690d5194e74a92cf25300f9219cf31909dde 100644
(file)
--- a/
docs/pagination.rst
+++ b/
docs/pagination.rst
@@
-29,7
+29,7
@@
Example
import tweepy
- auth = tweepy.
AppAuth
Handler("Consumer Key here", "Consumer Secret here")
+ auth = tweepy.
OAuth2App
Handler("Consumer Key here", "Consumer Secret here")
api = tweepy.API(auth)
for status in tweepy.Cursor(api.search_tweets, "Tweepy",