[twitter-dev] Too much twittering?

2009-06-07 Thread Naveen Ayyagari
I have a user who posts a lot of messages and is reporting that his messages are not posting from our app. After some investigation when the user posts on twitter.com he receives a message something to the effect too much twittering for the hour... The API does not report any error message

[twitter-dev] Re: DDoS Status Update

2009-08-08 Thread Naveen Ayyagari
Chris , We implemented something like this network status using the rate_limit_status call (for the IP), while some of the numbers are sometimes wonky with this api right now we poll this every 5 minutes and set a flag to enable or disable all twitter requests from the server

[twitter-dev] Re: How do I handle 302 redirects with curl?

2009-08-08 Thread Naveen Ayyagari
Sometimes the rate_limit_status call is not returning a 302 to redirect, or the rate_limit_status xml, but HTML with a meta refresh in it (which curl doesnt understand to follow redirect/retry). Its not huge problem for us, but it can affect some throttling code people may or may not be

[twitter-dev] Re: How do I handle 302 redirects with curl?

2009-08-09 Thread Naveen Ayyagari
I see this behavior 1/4 times I call rate_limit_status and I call rate_limit_status every 5 minutes.. On Aug 8, 2009, at 9:01 PM, CaMason wrote: To confirm, I am also seeing this behaviour. Some output I've received on numerous occasions this evening: -bash-3.2# curl --interface eth0

[twitter-dev] Re: Twitter Update, 8/9 10am PST

2009-08-09 Thread Naveen Ayyagari
1. OAuth rarely works - I tried a number of your apps and it seems to work 1 out of 6-7 times. As a note, it worked better with Safari, but not every time. -Not applicable 2. 302 redirect - not sure anymore since our code has been updated to follow them automatically. 3.

[twitter-dev] Re: Twitter Update, 8/9 noon PST

2009-08-09 Thread Naveen Ayyagari
Most calls seem to be working much better for us. in response to the rate_limit_status call, I get HTML back occasionally.. looks like the fail whale page and 502 twitter over capacity.. Got this one about 10 min ago. 08-09-09 19:40:15rate_limit_status response(502): !DOCTYPE html

[twitter-dev] Twitter Update, 8/10 noon PST

2009-08-11 Thread Naveen Ayyagari
Just wanted to report that we are back up and running for the most part as well, BUT quite a number of our servers are still experiencing some BlackOut periods where twitter fails to respond and connections time out. They seem to last about 5-10 minutes each. We are running quite a few

[twitter-dev] Can someone suggest a VB.NET Twitter API Interface that works?

2009-08-13 Thread Naveen Ayyagari
catcalls, I would like to know what open source software you have contributed and where they are located. I need to know to avoid using your work at all costs. Many open source software projects have dependencies, this DLL has a dependency on Log4Net, the solution is simple, download

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-14 Thread Naveen Ayyagari
+1 on this. I think the ReTweet concept is more complex than the model in the Retweet API described. While twitter has always been a keep it simple service, I think you will find many users wont use this new functionality if they can't use it the way they do currently (with additional

[twitter-dev] Re: Post status to Twitter mobile version via querystring

2009-08-20 Thread Naveen Ayyagari
A quick google search shows how to use the Embeded Safari browser to change the user-agent. If you change the user-agent to something a desktop would use, it should work for you. Realize though that this will then give the desktop presentation of the website, which may not be ideal..

[twitter-dev] Re: Statuses/destroy is returning 400 even though tweet is deleted sucessfully

2009-08-27 Thread Naveen Ayyagari
I am seeing this issue as well. Users are reporting it very frequently now... At first I thought it was a bug in the client, but it happens every time I try to delete a status right now, and it has become one of the highest reported bugs in out app. Twitter reports 400 with the JSON

[twitter-dev] Re: Problems Connecting to the API

2009-10-18 Thread Naveen Ayyagari
+1 also can not connect to twitter api from any of our servers. On Oct 18, 2009, at 10:32 AM, Mark Ng wrote: +1 can't connect from slicehost.com (I believe in St. Louis). 2009/10/18 Michael Ivey michael.i...@gmail.com: Further info I've collected: Can't connect from: ATT DSL in South

[twitter-dev] Re: API 140 character truncation change?

2009-10-23 Thread Naveen Ayyagari
+1 agreed On Oct 23, 2009, at 7:20 PM, Dewald Pretorius wrote: Instead of all of us having to do fancy tap-dances, the proper solution is for Twitter to issue an error response when a sent tweet is rejected for whatever reason. Dewald On Oct 23, 7:58 pm, AJ Chen cano...@gmail.com wrote:

[twitter-dev] Re: Updates to the List API (list descriptions, cursoring lists of lists, finding by list id rather than slug more consistent names)

2009-10-28 Thread Naveen Ayyagari
Thanks for the quick response. I guess I was confused. On Oct 28, 2009, at 8:53 PM, Marcel Molina wrote: The cursors are for lists of lists and lists of users followed by/following lists. The statuses timeline for a given list takes all the same options you'd expect to manage status

[twitter-dev] Re: Twitter connection giving a 502 Bad Gateway error

2009-10-29 Thread Naveen Ayyagari
I have seen these in our users logs as well. I wasn't sure if it was twitter or a mobile gateway they were using. On Oct 29, 2009, at 11:41 AM, hima wrote: Hi I am trying to collect users data from twitter, like the number of followers, number of tweets, the time the user' account is

[twitter-dev] Re: Subscribed Lists

2009-10-30 Thread Naveen Ayyagari
+1 Is there no way to view the lists that a user is subscribed to? As a client, it seems kind of silly that we can't allow the user to view a list that they already subscribe to with out them having to go find the list again. Kind of a big hole, because that means we will have to cache a

[twitter-dev] Re: will user payload include lists_count soon?

2009-10-30 Thread Naveen Ayyagari
+1 I was wondering this as well. On Oct 30, 2009, at 2:23 PM, Jim Gilliam wrote: I assume lists_count must be coming to the user payload, but haven't heard anyone mention it. Jim

Re: [twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-03-26 Thread Naveen Ayyagari
I am still a little unclear if we will be able to determine the correct since_id to pass to the api by always looking for the largest tweet id we have seen. It seems if two messages are posted at very close to same time, they may not be sequential since the bottom bits will be randomly

[twitter-dev] Re: New methods for pending follow requests

2010-04-13 Thread Naveen Ayyagari
this type of information is valuable to the user, but user objects (not ids) would be required to create a UI for someone to view and then interact with such requests. --Naveen Ayyagari @knight9 @SocialScope On Apr 13, 7:32 pm, Dana Contreras d...@twitter.com wrote: We've deployed two new methods

[twitter-dev] Re: New methods for pending follow requests

2010-04-13 Thread Naveen Ayyagari
free to tear apart my assumptions or if there is some security risk I am not considering with this type of implementation? --Naveen Ayyagari @knight9 @SocialScope On Apr 13, 9:06 pm, Raffi Krikorian ra...@twitter.com wrote: Is there API endpoints planned to accept/reject incoming and cancel

[twitter-dev] Re: dev.twitter.com

2010-04-14 Thread Naveen Ayyagari
This is great. I love the twurl interface at http://dev.twitter.com/console Just a thought/suggestion, a link to the documentation when a method is chosen from the drop down list. Its not critical, i can look it up; it would just be a nice extra to save me a few extra clicks. --Naveen Ayyagari

[twitter-dev] Re: Slow response to twitter updates for a third party app

2010-05-08 Thread Naveen Ayyagari
We see the same huge latency and timeouts as well (our timeouts are also at 30 seconds). We running out of a US data center on multiple machines, we see this issue on all if our servers. I agree with @tjaap, would like to hear twitters reaction as well. On May 7, 6:02 pm, Tjaap

[twitter-dev] Re: Slow response to twitter updates for a third party app

2010-05-08 Thread Naveen Ayyagari
, 2010 at 12:08 AM, Naveen Ayyagari nav...@getsocialscope.comwrote: We see the same huge latency and timeouts as well (our timeouts are also at 30 seconds). We running out of a US data center on multiple machines, we see this issue on all if our servers.  I agree with @tjaap, would like

[twitter-dev] Re: parsing out entities from tweets (a.k.a. parsing out hashtags is hard!)

2010-05-13 Thread Naveen Ayyagari
+1 on the additional parameter to optionally request the data. Every byte counts for mobile device battery life and download time. --Naveen Ayyagari @knight9 On May 13, 8:13 pm, Dewald Pretorius dpr...@gmail.com wrote: Raffi, This is all good, but can you please make the inclusion

[twitter-dev] Unexpected search results from search.twitter.com and API

2010-05-14 Thread Naveen Ayyagari
on search.twitter.com website. http://dl.dropbox.com/u/27113/search_wierdness.jpg I have seen this strange behavior via the api as well and it is a bit confusing. --Naveen Ayyagari SocialScope @knight9

[twitter-dev] @replies missing

2010-07-04 Thread Naveen Ayyagari
Hello, Hoping we can get post on status.twitter.com about @replies not showing up... We have been getting a lot of reports that they are missing, and a quick twitter search seems to indicate it is not limited to our application.

[twitter-dev] Re: @replies missing

2010-07-05 Thread Naveen Ayyagari
a day, but they were updating. They should be updating in near real time now. -John Kaluckihttp://twitter.com/jkalucki Infrastructure, Twitter Inc. On Sun, Jul 4, 2010 at 1:16 PM, Naveen Ayyagari nav...@getsocialscope.comwrote: Hello,    Hoping  we can get post

Re: [twitter-dev] New Twitter bug?

2011-02-02 Thread Naveen Ayyagari
Not that I am advocating any change because I prefer the way it works now. But this has been a point of confusion for some of our users as well. The issue stems from when a user uses xAuth to authenticate, they understand it as they have used their password so if they change the app should no