Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
91ee3a97
Commit
91ee3a97
authored
Nov 06, 2016
by
Aaron Hill
Committed by
GitHub
Nov 06, 2016
Browse files
Merge pull request #739 from tmcarr/tmcarr/example_error
Removing auth.secure = True since it doesnt seem to exist anymore.
parents
2734d077
b4d48c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/oauth.py
View file @
91ee3a97
...
...
@@ -19,7 +19,6 @@ access_token=""
access_token_secret
=
""
auth
=
tweepy
.
OAuthHandler
(
consumer_key
,
consumer_secret
)
auth
.
secure
=
True
auth
.
set_access_token
(
access_token
,
access_token_secret
)
api
=
tweepy
.
API
(
auth
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment