Hi,
We are experiencing issues with the users/show API with the following:
https://api.twitter.com/1.1/users/show/elsenordlanillo.json https://api.twitter.com/1.1/users/show/mpwequipment.json
We run the request with correct OAuth information using nodejs and get a ENOTFOUND error:
{ [Error: getaddrinfo ENOTFOUND] code: ‘ENOTFOUND’, errno: ‘ENOTFOUND’, syscall: ‘getaddrinfo’ }
Working for me here using twurl to test the endpoint.
Are you able to successfully hit api.twitter.com with any other client? Have you tried other endpoints or users? Looks like a network error rather than an API error, but can’t be certain.