Getting rid of OAUTH_CALLBACK? #59
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#59
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?
So, you can't specify your oauth_callback in the request for a token; it must be done in the Twitter application at https://dev.twitter.com
Should we get rid of this whole logic?:
And any places in get_authentication_tokens() where it refs the callback url?
Mmm, so I'm not sure we wanna take this out just yet. Twitter actually does still respect this parameter (to my knowledge), but upon researching it there's been a change somewhere down the line.
http://stackoverflow.com/questions/2940528/twitter-oauth-callback-parameter-being-ignored/3351724#3351724
It's a matter of how it's sent over, it seems. I think we should endeavor to fix this issue, instead of just ripping it out completely - after all, people requested/patched it in the first place for a reason. ;)
I tried to use my own callback_url and it still redirected me to my apps redirect URL.
Sent from my iPhone
On Mar 3, 2012, at 7:54 PM, Ryan McGrathreply@reply.github.com wrote:
Mmm, but did you swap it from doing it with a
GETto submitting it in aPOSTbody? I believe that's the difference (oddly...).Could tackle this after finishing the
requestsmerge (which I owe you, yes).I didn't swap it. I have some time tomorrow. I'll try.
Sent from my iPhone
On Mar 12, 2012, at 6:28 PM, Ryan McGrathreply@reply.github.com wrote:
Closing this, as it's taken care of by other issues/pull-requests here.