No support for x_auth_access_type with get_authentication_tokens method? #371

Closed
opened 2015-03-02 10:12:32 -08:00 by TristanH · 2 comments
TristanH commented 2015-03-02 10:12:32 -08:00 (Migrated from github.com)

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!

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!
michaelhelmick commented 2015-03-28 04:51:52 -07:00 (Migrated from github.com)

I made a new branch bugs/371. I added a new method Twython.obtain_request_tokens, parameters are oauth_callback which is required, and the optional x_auth_access_type.

Let me know if this works how you expected, sorry for such a late response!

I made a new branch `bugs/371`. I added a new method `Twython.obtain_request_tokens`, parameters are `oauth_callback` which is required, and the optional `x_auth_access_type`. Let me know if this works how you expected, sorry for such a late response!
TristanH commented 2015-09-05 14:18:33 -07:00 (Migrated from github.com)

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!

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!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#371
No description provided.