Re: Follow / Unfollow Error?

2008-12-10 Thread Ed Finkler
Charles is *invaluable* for this kind of thing. I highly recommend it to anyone who is doing work with web APIs. Good luck! -- Ed Finkler http://funkatron.com AIM: funka7ron ICQ: 3922133 Skype: funka7ron On Wed, Dec 10, 2008 at 3:58 PM, Ninjamonk <[EMAIL PROTECTED]> wrote: > > thanks Ed, spot

Re: Follow / Unfollow Error?

2008-12-10 Thread Ninjamonk
thanks Ed, spot on. I have it plainly being a POST in as3(well the twitter script does) but according to charles it was a GET which would explain the 400. right off to figure this out. thanks guys. On Dec 10, 8:32 pm, "Ed Finkler" <[EMAIL PROTECTED]> wrote: > Try using a debugging proxy like Ch

Re: Follow / Unfollow Error?

2008-12-10 Thread Ed Finkler
Try using a debugging proxy like Charles. It should capture data coming from your app, whether it's in the browser or an AIR app. -- Ed Finkler http://funkatron.com AIM: funka7ron ICQ: 3922133 Skype: funka7ron On Wed, Dec 10, 2008 at 3:27 PM, Ninjamonk <[EMAIL PROTECTED]> wrote: > > thanks Alex

Re: Follow / Unfollow Error?

2008-12-10 Thread Ninjamonk
thanks Alex, its not a rate limit issue as I am not hitting it that much (about 3 times max a minute). Unfortunately there is not way to get the body of the response in as3 when it throws an error. Error #2032: Stream Error. URL: https://twitter.com/friendships/create/shytalk.xml is an example

Re: Follow / Unfollow Error?

2008-12-10 Thread Alex Payne
400 usually means that you've run into our rate limit. You can find out for sure by looking at the body of the response we've sent to you, which contains an informative error message. If you need the rate limit lifted for your development period, please apply for whitelisting at http://twitter.c

Re: Follow / Unfollow Error?

2008-12-10 Thread Ninjamonk
I am using the as3 twitter script and so can't get the response just the 400 bad request. I am thinking its most likely my code if no one else is getting this. I wonder if its to do with the flash player I have on my mac. if its working for others then I wouldn't worry about it. Cheers Darren

Re: Follow / Unfollow Error?

2008-12-10 Thread Alex Payne
I'd need an example of the error you're running into to be sure it's the same as the one Steve reported. Given the specifics of the account he's having trouble with, I'm guessing it's not the same issue. On Wed, Dec 10, 2008 at 05:49, Ninjamonk <[EMAIL PROTECTED]> wrote: > > I am using the as3 t

Re: Follow / Unfollow Error?

2008-12-10 Thread Ninjamonk
I am using the as3 twitter script and am getting the same problems I think. I cannot get follow to work even though everything is the way it should be. do we have an update on this Alex? On Dec 6, 7:33 am, "Alex Payne" <[EMAIL PROTECTED]> wrote: > This is new to me; yours is the only report I've

Re: Follow / Unfollow Error?

2008-12-06 Thread Jesse Stay
Alex, we've been seeing sporadic occurances of this happen as well. It's not on every follow though. Jesse On Sat, Dec 6, 2008 at 12:33 AM, Alex Payne <[EMAIL PROTECTED]> wrote: > > This is new to me; yours is the only report I've seen. Can you please > provide full request/response output, eit

Re: Follow / Unfollow Error?

2008-12-05 Thread Alex Payne
This is new to me; yours is the only report I've seen. Can you please provide full request/response output, either on this list or privately to me? On Fri, Dec 5, 2008 at 15:28, Steve Ng Ming Yeow <[EMAIL PROTECTED]> wrote: > > There seems to be a major follow error happening. Following someone

Follow / Unfollow Error?

2008-12-05 Thread Steve Ng Ming Yeow
There seems to be a major follow error happening. Following someone generates an error that someone is "already on list", and unfollowing someone generates an outright error. Even when following is successful, no email is generated. This is an massive error for our service. Any idea when/how it w