Before, I’ve been using the Streaming API to get new tweets from a certain account that I do not own, in my case, @FortniteGame. However, I’ve been told to use the Account Activity API instead due to the changes Twitter have made. But from my knowledge about what I have read so far, you have to use OAuth to authorise the account that you wish to retrieve information about, and I don’t own the account @FortniteGame… obviously haha. Is there a way to get new tweets from an account that you don’t own in real time?

Hey Dan,

You can still use the Streaming API to get public tweets from Twitter accounts you don’t own or manage.

Account Activity API is here to replace User and Site Streams, not for filtering real-time tweets. AA API indeed requires that users authorize your app to access their data.

I suppose you already use the POST statuses/filter endpoint and pass a list of user IDs to the follow parameter? If so, there is no change needed. Otherwise, I suggest you read the doc here.

Hope that helps!

2 Likes

Oh right, didn’t know this. Thank you very much!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.