returning 404 for some users

Every1App
@Every1App MusicMate

Using twitter API 1.1 for some of the user getting error " The remote server returned an error: (404) Not Found. "

The endpoint used was https://api.twitter.com/1.1/statuses/user_timeline.json? passing the user id as the id param.

Like for User ID : 262346937

https://api.twitter.com/1.1/statuses/user_timeline.json?user_id=262346937&count=100&since_id=244580117697933312"

Please let me know how can i fix this issue .

1 day 17 hours ago

Replies

episod
@episod Taylor Singletary

There's no user by the ID "262346937" which is probably why you're getting the 404 response.

1 day 14 hours ago