twitter / twitter-server

Twitter-Server defines a template from which services at Twitter are built
http://twitter.github.io/twitter-server/
Apache License 2.0
1.57k stars 264 forks source link

Incorrect error message #35

Closed ligadata-dhaval closed 8 years ago

ligadata-dhaval commented 8 years ago

I am using twitter's 'application only auth' for my application. In my code I try to create user list for which I do not have access. However, instead of getting a authentication or access issue, I am getting the below error:

This code is used when requests are being denied due to update limits

kevinoliver commented 8 years ago

@ligadata-dhaval looks like the error got eaten along the way. That said, I'm not sure the TwitterServer OSS project is the right location for your question. Maybe https://dev.twitter.com/ ?