No support for x_auth_access_type with get_authentication_tokens method? #371
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#371
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
See https://dev.twitter.com/oauth/reference/post/oauth/request_token
The x_auth_access_type header is used when you want your app to be able to read-write in some cases and only read in others, and there's no way to set it right now, unless I'm mistaken?
Thanks!
I made a new branch
bugs/371. I added a new methodTwython.obtain_request_tokens, parameters areoauth_callbackwhich is required, and the optionalx_auth_access_type.Let me know if this works how you expected, sorry for such a late response!
Sorry for a much later response. I haven't gotten a chance to test this as I'm not using twitter API anymore, but thanks for this fix!