fennb / phirehose

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

Following returns NULL #123

Closed ggedde closed 3 years ago

ggedde commented 5 years ago

Does anyone know if it is possible to use the Streaming API and have the tweets with the user return whether the user is following the User Authenticated in the Streaming API.

Anything I do always returns Null. following_null

The /search/tweets REST API does return this data if using the User Authentication instead of App-only, but I just can't get it with the Streaming API's.

And Yes, I am sure that the tests that I have done are from users that are following me.

I know there are other ways to get this data like using the /following/ endpoints, etc, but they are very restrictive in the rate limiting and it would not work for my application.

Any help would be appreciative. Thanks