Synthesio API has made compliance with Twitter to comply to their rule. We can only provide Tweet ID in our API, are not allowed to share Twitter content via API. Client can do rehydration to get Twitter content from Tweet ID.
More information is explained below:
- Calls for Twitter mentions via the API are redacted. This is due to the Twitter compliance policy: https://dev.twitter.
com/overview/terms/policy#f- be-a-good-partner-to-twitter - This means that we are unable to share Twitter data such: content, author information, URL.
- The only type data is able to share is the Tweet ID which is native ID in API result.
- To be able to acquire the content of a Tweet, it needs to be re-hydrated.
- To do so, using the Tweet ID, you should call the Twitter public API: https://developer.
twitter.com/en/developer- terms/more-on-restricted-use- cases