This repository was archived by the owner on Sep 28, 2023. It is now read-only.
Open
Conversation
* Wait for the media processing to be done before creating the tweet * Handle media upload API errors
Configure the media upload timeout in Twitter::Client#timeouts[:upload] If not specified, the upload won't timeout. If specified, a Twitter::Error::TimeoutError will be raised if the timeout is reached during the whole upload process.
- fixes based on rake verify_measurements output
Proc.new and proc with no block in a method called with a block is warned from ruby 2.7. - ruby/ruby@9f1fb0a17 - https://bugs.ruby-lang.org/issues/15539
- Motivation: There is an important parameter that does exist on doc, it parameter was added on twitter update [Reference](https://developer.twitter.com/en/docs/tweets/tweet-updates)
Fix chunk upload when media is used before twitter tells us it's ready
With the new subscription APIs, including the Premium Search API, developers need to configure a dev environment for the endpoint. The label for this environment becomes part of the URL for the endpoint, like this: `https://api.twitter.com/1.1/tweets/search/30day/my_env_name.json` Adding the dev environment to the config makes it available whenever needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODOs