fennb / phirehose

PHP interface to Twitter Streaming API
709 stars 189 forks source link

Extended Tweets #112

Closed fffaraz closed 3 years ago

fffaraz commented 6 years ago

Is there a way to get the full text of tweets that contain more than 140 characters by setting tweet_mode=extended as explained here?

danthonyjr commented 6 years ago

+1 on this. Curious myself how to set tweet_mode=extended in phirehose

salvob41 commented 6 years ago

This is really useful. And I think it should be implemented. I wonder if this library is still maintained

brinco80 commented 6 years ago

I understand that Stream API default behaviour is to send extend_tweet field, which contains the full tweet.

I'm using an old version of Phirehose and I can confirm that I'm receiving tweets with this field.

MaizeG commented 6 years ago

2018 and i'm still wondering how to set tweet_mode=extended in phirehose... any ideas? (even if it needs a tweak in the code)

andypiper commented 6 years ago

There's no need to set extended mode on the streaming API. The streaming API delivers Tweets that contain the extended text. Per the documentation: