Hi Guys,
I’m trying to paginate through the scoped_timeline endpoint for a certain account and I keep getting this error:
{u’errors’: [{u’message’: u’User [user id] was not found’, u’code’: u’NOT_FOUND’}]
( [user id] = some user id, always the same one e.g: 1234567)
the pagination works for 3 calls then fails on the 4th (always on the same cursor)
Other accounts work just fine.
General call details:
url : https://ads-api.twitter.com/3/accounts/[account_id]/scoped_timeline
params: {‘count’: 1000, ‘cursor’: [cursor_id]}
Any thoughts on why this happens and how to fix it?
Thanks,
Or