Requests image posting #91
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#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "requests_image_posting"
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?
requestshas fully taken over. :)wouldn't give you auth url if you specified a callback url
User-Agent is once again
Twython Python Twitter Library v2.1.0👍 :)
DELETEmethod. As of the Spring 2012 clean up, Twitter nolonger supports this method
postinternal func to take files as kwargparams - params or {}only needs to be done in_request, just alot of redundant code on my part, sorry ;P
bulkUserLookup, there is no need for this to be a specialcase, anyone can pass a string of username or user ids and chances are
if they're reading the docs and using this library they'll understand
how to use
lookupUser()intwitter_endpoints.pypassing paramsprovided in the Twitter docs
oauth_secretvariable to be more consistent withthe keyword arg in the init
oauth_token_secretREADME.mdvsREADME.markdownjust look cleanerself.auth= None so that calls (like searching or getting aprofile avatar don't error out) Fixes #90
We need to wait for a new release (0.12.2 I believe it will be) of
requestsbefore we can merge this inHey,
Waiting for new release is fine; in the meantime, that auth fix is biting some people in the ass. Separate pull request?
That's fine. I'll send a PR for it in an hour. Heading to the office
Sent from my iPhone
On May 22, 2012, at 4:45 AM, Ryan McGrathreply@reply.github.com wrote:
@ryanmcgrath Hey, this should be all go to go :)
You can close #80 and #90 with this merge too.