Hi Twitter Team,
We have a question regarding endpoint GET accounts/:account_id/tweets.
For some reason we are not able to fetch data for some of our tweet id’s from this endpoint. We have one case where we receive two diffrent Tweet Ids (1232908256000999424, 1233418823300272128) from one Line Item Id. For the second Tweet Id I receive multiple field information e.g. full_text. For the first Tweet Id I only get the Tweet Id back as response. I don’t see any differences between both Tweets.
I already tried different tweet_types but this does not work either.
What could be the cause?
Thanks.
Hello, @PMReporting.
Thanks for the question. It sounds like you’re saying that you’re only able to retrieve one of the two Tweets using the GET accounts/:account_id/tweets endpoint. Is that right?
If so, please try using timeline_type=ALL in your request.
By default, the endpoint only fetches nullcasted Tweets (i.e., timeline_type=NULLCAST). However, the first Tweet is an organic Tweet, which is why you’re not seeing it returned. When you use timeline_type=ALL, you can fetch both nullcasted and organic Tweets.
I hope this helps!
1 Like