Hi,
I am part of the development of a Twitter client, and since yesterday (2-28), we are experiencing something weird with our app credentials and the home_timeline API endpoint.
It used to work just fine, and without changing anything on our end, this particular API endpoint, with a max_id parameter now returns (98% of the time) an empty array ([]) as a response (with a proper 200 OK).
The weirdest thing is that if I use different API credentials (Consumer key & secret): it works!
My guess is there is something wrong in the handling of our signed OAuth request with that particular app credentials.
Any hints?
Thanks,