Hey guys, so we are utilizing twitter api to fetch user timeline data. On our development environments, we seem to use the user_timeline well enough. However, our production server, which did work for a while, started returning error:401, which devolves into bad authentication. Our credentials are the same as on our development environments, and I can even still use it right now.
Has our production server been blacklisted? How can well tell? How can we get it off the blacklist?
We are able to use other API endpoints with our production server, just not the user_timeline.
I would post code, but since we are using a library, and it works fine on our dev environments (not to mention it “was” working on the production server for a few hours). So I feel that code wouldn’t help.