- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: sferik/twitter-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: amplifr/twitter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
Can’t automatically merge.
Don’t worry, you can still create the pull request.
- 5 commits
- 5 files changed
- 3 contributors
Commits on Feb 19, 2017
-
Add public API for media upload with async support
Create public methods for Twitter's media upload API. These accept additional parameters, including the media_category parameter to enable asynchronous uploads. The old upload_with_media method now calls these new methods under the hood.
Configuration menu - View commit details
-
Copy full SHA for 5fc7237 - Browse repository at this point
Copy the full SHA 5fc7237View commit details
Commits on Mar 14, 2017
-
Increase processing status checks to 20
Twitter takes more than 10 status checks for processing very large videos. Hypothetically, this number could be infinite since Twitter is supposed to signal us if something goes wrong, but having a limit adds additional safety.
Configuration menu - View commit details
-
Copy full SHA for 7f9d490 - Browse repository at this point
Copy the full SHA 7f9d490View commit details
Commits on Aug 19, 2017
-
Make chunked and simple upload methods private in favor of #upload
Make the #upload method public and switch to using file size as the heuristic for choosing between simple and chunked upload. Make the #upload_media_simple and #upload_media_chunked methods private since they are no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 8a850ce - Browse repository at this point
Copy the full SHA 8a850ceView commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 43addd2 - Browse repository at this point
Copy the full SHA 43addd2View commit details
Commits on Oct 14, 2019
-
Add condition to chunk upload only videos. As well add media_category
without which this uploading doesn't work
Configuration menu - View commit details
-
Copy full SHA for a3791b3 - Browse repository at this point
Copy the full SHA a3791b3View commit details
There are no files selected for viewing