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 Charles. It should capture data > coming from your app, whether it's in the browser or an AIR app. > > -- > Ed Finklerhttp://funkatron.com > AIM: funka7ron > ICQ: 3922133 > Skype: funka7ron > > On Wed, Dec 10, 2008 at 3:27 PM, Ninjamonk <[EMAIL PROTECTED]> wrote: > > > 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 of the error that as3 throws. > > > As you can see its correct, the user is authenticated and the verb is > > POST. > > > I have tried this with 2 users and get the same problem. The users > > were me (ninjamonk) and a test account I setup called justatestuser > > (which is the account I tried to friend shytalk) > > > Cheers > > > Darren > > > On Dec 10, 7:33 pm, "Alex Payne" <[EMAIL PROTECTED]> wrote: > >> 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 athttp://twitter.com/help/request_whitelisting. > > >> On Wed, Dec 10, 2008 at 11:30, Ninjamonk <[EMAIL PROTECTED]> wrote: > > >> > 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 > > >> > On Dec 10, 5:21 pm, "Alex Payne" <[EMAIL PROTECTED]> wrote: > >> >> 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 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 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 majorfollowerror 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 > >> >> >> > will be > >> >> >> > fixed? 9 hours and counting i believe > > >> >> >> -- > >> >> >> Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x > > >> >> -- > >> >> Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x > > >> -- > >> Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x
