Hi,
Twitter api supports maximum of 150 requests per hour for an
unauthenticated request from an ip.
So when i hosted it on GAE i was getting response code as 420.
Does basic authentication for the search api work? I can see we are
passing null for auth in Twitter.java.
I tried passing auth also.(I created an extra method). After creating
an authenticated instance of Twitter from Factory class by passing
userId/password.
But still seems it was not working as i was getting 420 status for
GAE. But was working fine locally.
Any workarounds for this? Or are there any gaps in my understandings?

Best Regards,
Suresh

Reply via email to