Hello,
I have some weird problem with the endpoint:
https://api.twitter.com/1.1/statuses/user_timeline.json?user_id=some_existing_user_id
provides the tweets of that some_existing_user_id which is the intended behaviour
but when I provide non existing user id:
https://api.twitter.com/1.1/statuses/user_timeline.json?user_id=non_existing_user_id
I get tweets of… TheTunnelBear which is a surprise…
I was expecting some error message.
Am I doing something wrong?