Remove redundant checking for oauth_token & oauth_token_secret #357
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#357
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove redundant checking for oauth_token & oauth_token_secret when using OAuth1 method from requests_oauthlib, because it is already handling None values for us.
Coverage increased (+0.02%) when pulling
8eb8c2dd55on derek-dchu:master into245873b92fon ryanmcgrath:master.Have you tested obtaining authentication tokens? I think we did that logic because there was an issue with setting
oauth_tokenandoauth_token_secrettoNonewhen callingOAuth1I successfully updated status from the first step that is authorizing my app by calling get_authentication_tokens() in which we don't have oauth_token, oauth_token_secret. It generated a callback as usual and everything work flawlessly after that.