Twitter

FREEMIUM
Verified
От Omar M'Haimdat | Обновлено 9 дней назад | Data
Популярность

9.9 / 10

Задержка

1,282ms

Уровень обслуживания

100%

Health Check

100%

Назад ко всем обсуждениям

tweet is being truncated.

Rapid account: Mimoq
mimoq
20 дней назад

the tweets are not returning the full text
try this one for example
tweet_id = 1781007210182525102
const options = {
method: ‘GET’,
url: ‘https://twitter154.p.rapidapi.com/tweet/details’,
params: {
tweet_id: ‘1781007210182525102’
},

but I am not getting the full tweet for some reason.

I searched google and this is the response:
The Twitter API has been changed to return truncated tweet text by default. To get the full text of a tweet, add the parameter tweet_mode with value extended to the request parameters. The $tweet->text property has also been replaced by $tweet->full_text.

could you please implement this.

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии