[twitter-dev] users/lookup Bug with incorrect attached statuses

2011-04-09 Thread Ninjamonk
Before I post this as an issue is anyone else getting this problem.

When I lookup multi users by username I get correct information on the
user but the status supplied is an out of date in some cases.

Cheers

Darren

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: users/lookup Bug with incorrect attached statuses

2011-04-09 Thread Ninjamonk
Bit more on this one, I am using include_entities set to true and
getting the junk results. If I turn it off I get the correct results
but I need the entities.

Cheers

On Apr 9, 3:34 pm, Ninjamonk dar...@stuartmedia.co.uk wrote:
 Before I post this as an issue is anyone else getting this problem.

 When I lookup multi users by username I get correct information on the
 user but the status supplied is an out of date in some cases.

 Cheers

 Darren

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Twitterizer2.Async.dll

2011-04-02 Thread Ninjamonk
http://www.twitterizer.net/

On Apr 2, 1:10 am, handsomeabyo...@hotmail.com abyo...@yahoo.com
wrote:
 Kindly find my question:-

 Where do i find  Twitterizer2.Async.dll ?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: 401 unauthorized

2011-03-24 Thread Ninjamonk
any news on this? bit of a joke that it's been going on for a week now
and we have no eta on a fix. I have 2 apps waiting to release but as
they feature sign in with twitter I cannot do it. One is for the new
F1 season which kicks off this weekend...

On Mar 24, 2:46 am, Craig Walls hab...@gmail.com wrote:
 No, I'm using the Java-based Spring Social for this. And I've seen other
 threads describing the same problem with PHP. Definitely not just a .NET
 problem.

 On 3/23/11 6:35 PM, Milos Golubovic wrote:







  I can also confirm this behavior.  Is it me or is everyone in here
  using .NET? Did I possibly miss somewhere that this is a .NET forum?
  I am also using a .NET library (Twitterizer).  Wondering if anyone not
  using .NET is experiencing this issue?

  On Mar 23, 8:21 am, Craig Wallshab...@gmail.com  wrote:
  I've just confirmed what Gary M says...switching to HTTP does seem to
  make it work. But HTTPS requires a15 second delay between obtaining
  a request token and exchanging it for an access token.

  On Mar 23, 1:48 am, Gary Mgen...@gmail.com  wrote:

  Correction. Switching to HTTP does remove the issue, so I'm making that a
  configurable setting in our app as a temporary workaround.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: 401 unauthorized

2011-03-24 Thread Ninjamonk
Thanks for the link to the issue, now I can watch it. I have reverted
to the http work around which I hate due to the lack of security.

On Mar 24, 1:11 pm, Trevor Dean trevord...@gmail.com wrote:
 Yes I was also hoping or a more recent update, the last one was over 18
 hours ago and didn't provide much detail 
 (http://code.google.com/p/twitter-api/issues/detail?id=2118).







 On Thu, Mar 24, 2011 at 7:56 AM, Ninjamonk dar...@stuartmedia.co.uk wrote:
  any news on this? bit of a joke that it's been going on for a week now
  and we have no eta on a fix. I have 2 apps waiting to release but as
  they feature sign in with twitter I cannot do it. One is for the new
  F1 season which kicks off this weekend...

  On Mar 24, 2:46 am, Craig Walls hab...@gmail.com wrote:
   No, I'm using the Java-based Spring Social for this. And I've seen other
   threads describing the same problem with PHP. Definitely not just a .NET
   problem.

   On 3/23/11 6:35 PM, Milos Golubovic wrote:

I can also confirm this behavior.  Is it me or is everyone in here
using .NET? Did I possibly miss somewhere that this is a .NET forum?
I am also using a .NET library (Twitterizer).  Wondering if anyone not
using .NET is experiencing this issue?

On Mar 23, 8:21 am, Craig Wallshab...@gmail.com  wrote:
I've just confirmed what Gary M says...switching to HTTP does seem to
make it work. But HTTPS requires a15 second delay between obtaining
a request token and exchanging it for an access token.

On Mar 23, 1:48 am, Gary Mgen...@gmail.com  wrote:

Correction. Switching to HTTP does remove the issue, so I'm making
  that a
configurable setting in our app as a temporary workaround.

  --
  Twitter developer documentation and resources:http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: OAuth without read or write access

2011-03-21 Thread Ninjamonk
yes it would, I think people are more worried about the ability to
write than read.

You could just put up a message saying this is only being used for
sign in and we will not read your stream.

On Mar 20, 9:06 pm, Tom Gibara m...@tomgibara.com wrote:
 Searching for sign in with twitter pointed me to:

 http://dev.twitter.com/pages/sign_in_with_twitter

 which I've already read. My understanding is that my application must
 be registered to use OAuth, and that the access type it requires
 (read/write) is determined by that registration. Doesn't this mean
 that, at a minimum, the user will be informed that my application may
 read their tweets and account details?

 This won't be the case, and I don't want to give users that impression.

 Tom.

 On 20 March 2011 17:05, Ninjamonk dar...@stuartmedia.co.uk wrote:







  search for sign in with twitter and you should be ok.

  All you need to do is let them login with oauth and you will get those
  details.

  On Mar 20, 3:29 pm, tomgibara m...@tomgibara.com wrote:
  I'm developing an application in which I want to allow users to
  authenticate themselves with their twitter account. I need nothing
  more back from the authentication API than an ID that identifies the
  user; I don't want any access to any other account details or their
  tweets etc. In other words, I don't want read access. Is this
  possible?

  It seems not, because the application registration page offers only
  read or read/write. If this is the case, are there any plans to
  support an authenticate only option for applications?

  I did search this group for related threads but only found this post,
  which had no replies:

 http://groups.google.com/group/twitter-development-talk/browse_thread...

  --
  Twitter developer documentation and resources:http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:http://code.google.com/p/twitter-api/issues/list
  Change your membership to this 
  group:http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: 401 unauthorized

2011-03-20 Thread Ninjamonk
I am still getting this issue and I think it's time related at
twitters end.

steps:

1. go to twitter and let user auth app
2. on return use verifier and token to ask twitter for the tokens and
get a 401

Now if I pause step 2 before asking twitter for the tokens for 10
seconds it works fine.

This code has worked for over 6 months and now I am getting this issue
all of a sudden.

I would look at my code but there are a lot of people getting the same
issue.

Cheers

Darren

On Mar 19, 6:05 pm, Matt Harris thematthar...@twitter.com wrote:
 Hi Trevor,

 Could you share the request and response you are sending so we can
 investigate. Remember to obscure user and consumer secrets.

 Thanks,
 @themattharris
 Developer Advocate, Twitterhttp://twitter.com/themattharris







 On Sat, Mar 19, 2011 at 5:47 AM, Trevor Dean trevord...@gmail.com wrote:

  Is anyone else experiencing any 401 errors all of a sudden?  I was doing
  some testing this morning and was logging in fine using twitter and then 10
  min later I started getting 401 unauthorized errors.

  Thanks,

  Trevor

  --
  Twitter developer documentation and resources:http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: 401 unauthorized

2011-03-20 Thread Ninjamonk
well it's stopped working completely now even if I pause.

Can someone from twitter let us know the progress of this bug?



On Mar 20, 3:28 pm, Joe Mayo mayos...@gmail.com wrote:
 I'm seeing the same problem with 401's during authentication.  I have
 an app that has worked flawlessly (with no code changes) for months
 that is now receiving 401's.  I'm also have multiple support issues on
 users experiencing intermittent 401 errors.  For some apps, every
 authentication request results in a 401, but it seems to happen every
 other authentication for others.

 Joe

 On Mar 20, 9:10 am, Ninjamonk dar...@stuartmedia.co.uk wrote:







  I am still getting this issue and I think it's time related at
  twitters end.

  steps:

  1. go to twitter and let user auth app
  2. on return use verifier and token to ask twitter for the tokens and
  get a 401

  Now if I pause step 2 before asking twitter for the tokens for 10
  seconds it works fine.

  This code has worked for over 6 months and now I am getting this issue
  all of a sudden.

  I would look at my code but there are a lot of people getting the same
  issue.

  Cheers

  Darren

  On Mar 19, 6:05 pm, Matt Harris thematthar...@twitter.com wrote:

   Hi Trevor,

   Could you share the request and response you are sending so we can
   investigate. Remember to obscure user and consumer secrets.

   Thanks,
   @themattharris
   Developer Advocate, Twitterhttp://twitter.com/themattharris

   On Sat, Mar 19, 2011 at 5:47 AM, Trevor Dean trevord...@gmail.com wrote:

Is anyone else experiencing any 401 errors all of a sudden?  I was doing
some testing this morning and was logging in fine using twitter and 
then 10
min later I started getting 401 unauthorized errors.

Thanks,

Trevor

--
Twitter developer documentation and resources:http://dev.twitter.com/doc
API updates via Twitter:http://twitter.com/twitterapi
Issues/Enhancements Tracker:
   http://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
   http://groups.google.com/group/twitter-development-talk-Hide quoted text 
   -

  - Show quoted text -

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: OAuth without read or write access

2011-03-20 Thread Ninjamonk
search for sign in with twitter and you should be ok.

All you need to do is let them login with oauth and you will get those
details.

On Mar 20, 3:29 pm, tomgibara m...@tomgibara.com wrote:
 I'm developing an application in which I want to allow users to
 authenticate themselves with their twitter account. I need nothing
 more back from the authentication API than an ID that identifies the
 user; I don't want any access to any other account details or their
 tweets etc. In other words, I don't want read access. Is this
 possible?

 It seems not, because the application registration page offers only
 read or read/write. If this is the case, are there any plans to
 support an authenticate only option for applications?

 I did search this group for related threads but only found this post,
 which had no replies:

 http://groups.google.com/group/twitter-development-talk/browse_thread...

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Ninjamonk
I am having the same issue, code that worked yesterday is now throwing
401's - I am using .net

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: 401 Not Authorized in API OAuth PHP authorization

2011-03-18 Thread Ninjamonk
it seems to be back and working fine now.

On Mar 18, 1:18 pm, Ninjamonk dar...@stuartmedia.co.uk wrote:
 I am having the same issue, code that worked yesterday is now throwing
 401's - I am using .net

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: 401 Unauthorized responses on OAUTH

2011-03-18 Thread Ninjamonk
I am also getting these problems. They have been on and off all day.

The same code works fine and 5 mins later it throws 401's and its been
working for 6 months no problem.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: users/lookup issues

2010-04-23 Thread Ninjamonk
Sorry EPI twitter is confusing, I meant the Twitter-Async library. The
issue is oAuth and sending the comma list.

Has anyone got users/lookup with multi usernames working with oAuth?

On Apr 22, 10:22 pm, Ninjamonk dar...@stuartmedia.co.uk wrote:
 thanks, works in the browser now, however the corrected oAuth call
 does not work and gives me a 401. Is there trick to getting this
 method to work with oAuth? I noticed someone else was having problems
 with it.

 As I said before every other api method call works except this one.
 for example this works in the browser but not via oauth 
 -http://api.twitter.com/1/users/lookup.json?screen_name=JAIMEALGUERSUA...

 I am using EPITwitter so if anyone has come across this issue with
 that library or php before I would love some help to solve the issue
 if its not an  api one.

 Kind Regards

 Darre

 On Apr 22, 9:36 pm, Taylor Singletary taylorsinglet...@twitter.com
 wrote:



  Hi Ninjamonk,

  Slight error in the docs that I'll get fixed right now -- try this instead:

 http://api.twitter.com/1/users/lookup.json?screen_name=dougw,raffi

  Taylor Singletary
  Developer Advocate, Twitterhttp://twitter.com/episod

  On Thu, Apr 22, 2010 at 1:33 PM, Ninjamonk dar...@stuartmedia.co.uk wrote:
   Hi, I am using oauth and EPItwitter and I cannot get a decent response
   from users/lookup. I keep on getting 401 Unauthorized when with the
   same instance I can get any other method to work fine.

   I tried navigating in the browser to

  http://api.twitter.com/1/users/lookup.json?screen_names=screen_name=d...
   and that is giving me a 404

   I am not sure if I am fighting an api problem or an issue with
   EPITwitter.

   Kind Regards

   Darren

   --
   Subscription settings:
  http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[twitter-dev] users/lookup issues

2010-04-22 Thread Ninjamonk
Hi, I am using oauth and EPItwitter and I cannot get a decent response
from users/lookup. I keep on getting 401 Unauthorized when with the
same instance I can get any other method to work fine.

I tried navigating in the browser to
http://api.twitter.com/1/users/lookup.json?screen_names=screen_name=dougw,raffi
and that is giving me a 404

I am not sure if I am fighting an api problem or an issue with
EPITwitter.

Kind Regards

Darren


-- 
Subscription settings: 
http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[twitter-dev] Re: users/lookup issues

2010-04-22 Thread Ninjamonk
thanks, works in the browser now, however the corrected oAuth call
does not work and gives me a 401. Is there trick to getting this
method to work with oAuth? I noticed someone else was having problems
with it.

As I said before every other api method call works except this one.
for example this works in the browser but not via oauth -
http://api.twitter.com/1/users/lookup.json?screen_name=JAIMEALGUERSUAR,rubarrichello,The_Real_JB,karunchandhok,realTimoGlock,lucasdigrassi,NickHeidfeld,NicoHulkenberg,H_Kovalainen,vitalypetrovru,nico_rosberg,BSenna,AussieGrit

I am using EPITwitter so if anyone has come across this issue with
that library or php before I would love some help to solve the issue
if its not an  api one.

Kind Regards

Darre

On Apr 22, 9:36 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Hi Ninjamonk,

 Slight error in the docs that I'll get fixed right now -- try this instead:

 http://api.twitter.com/1/users/lookup.json?screen_name=dougw,raffi

 Taylor Singletary
 Developer Advocate, Twitterhttp://twitter.com/episod



 On Thu, Apr 22, 2010 at 1:33 PM, Ninjamonk dar...@stuartmedia.co.uk wrote:
  Hi, I am using oauth and EPItwitter and I cannot get a decent response
  from users/lookup. I keep on getting 401 Unauthorized when with the
  same instance I can get any other method to work fine.

  I tried navigating in the browser to

 http://api.twitter.com/1/users/lookup.json?screen_names=screen_name=d...
  and that is giving me a 404

  I am not sure if I am fighting an api problem or an issue with
  EPITwitter.

  Kind Regards

  Darren

  --
  Subscription settings:
 http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[twitter-dev] Re: unfollowing limits

2009-08-13 Thread Ninjamonk

Thanks Adam, I that did not come up on my search of the group, very
odd.

On Aug 13, 1:56 am, Adam Cloud cloudy...@gmail.com wrote:
 http://groups.google.com/group/twitter-development-talk/browse_thread...

 On Wed, Aug 12, 2009 at 5:39 PM, Ninjamonk dar...@stuartmedia.co.uk wrote:

  Hey, I am building a little air app that will unfollow all users for
  the authed user.

  My question is:-

  What are the hour rate limits for this? in the api documentation
  (http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships
  %C2%A0destroyhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships%0A%...)
  it says that it is not rate limited.

  however I might release this for others to use and am after finding
  out what the best limits would be. If a user had 20k users then
  hitting the api 20k times might get the users IP address banned.

  Any guidence from the twitter API ppl would be great.

  Kind Regards

  Darren




[twitter-dev] unfollowing limits

2009-08-12 Thread Ninjamonk

Hey, I am building a little air app that will unfollow all users for
the authed user.

My question is:-

What are the hour rate limits for this? in the api documentation
(http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships
%C2%A0destroy) it says that it is not rate limited.

however I might release this for others to use and am after finding
out what the best limits would be. If a user had 20k users then
hitting the api 20k times might get the users IP address banned.

Any guidence from the twitter API ppl would be great.

Kind Regards

Darren


[twitter-dev] search ban reversal?

2009-06-25 Thread Ninjamonk

Hey, I have a app that posts to twitter with a hash tag. I didn't
realise you actually banned (removed) these accounts from search.

My question is this, if I remove the hashtags will the results start
to show up in the results again or do you have to remove it?

I was about to built an ajax widget using the search api but can't do
this if there are no search results for it.

This is not spam and is valid use of the hashtag.

Let me know what I can do as this app is being released on Monday next
week.

Kind Regards

Darren


[twitter-dev] Re: search ban reversal?

2009-06-25 Thread Ninjamonk

sorry bit more info, looking at this there are others using the same
hashtags in everypost and they are coming up in the results?

The hashtag is #startup and the acccount is startupticker

Also if there is a limit/rules can we have it documented on the wiki
please, I didn't find anything on it there.

Kind Regards

Darren

On Jun 25, 10:33 am, Ninjamonk dar...@stuartmedia.co.uk wrote:
 Hey, I have a app that posts to twitter with a hash tag. I didn't
 realise you actually banned (removed) these accounts from search.

 My question is this, if I remove the hashtags will the results start
 to show up in the results again or do you have to remove it?

 I was about to built an ajax widget using the search api but can't do
 this if there are no search results for it.

 This is not spam and is valid use of the hashtag.

 Let me know what I can do as this app is being released on Monday next
 week.

 Kind Regards

 Darren


[twitter-dev] Re: search ban reversal?

2009-06-25 Thread Ninjamonk

ok that was next to useless and the ticket was closed without the
person actually paying attention to what I wrote.

Any suggestions? is there a developer support system?

Kind Regards

Darren

On Jun 25, 1:20 pm, Ninjamonk dar...@stuartmedia.co.uk wrote:
 ta, I have put a ticket in.

 On Jun 25, 1:07 pm, Abraham Williams 4bra...@gmail.com wrote:



 http://help.twitter.com/requests/portal/new

  On Thu, Jun 25, 2009 at 06:58, Ninjamonkdar...@stuartmedia.co.uk wrote:

   cool thanks for the link, should be on the api page too.

   Now how do I get myself unbanned?

   Cheers
   Darren

   On Jun 25, 12:34 pm, Abraham Williams 4bra...@gmail.com wrote:
  http://help.twitter.com/forums/10713/entries/42646

   On Thu, Jun 25, 2009 at 04:38, Ninjamonkdar...@stuartmedia.co.uk wrote:

sorry bit more info, looking at this there are others using the same
hashtags in everypost and they are coming up in the results?

The hashtag is #startup and the acccount is startupticker

Also if there is a limit/rules can we have it documented on the wiki
please, I didn't find anything on it there.

Kind Regards

Darren

On Jun 25, 10:33 am, Ninjamonk dar...@stuartmedia.co.uk wrote:
Hey, I have a app that posts to twitter with a hash tag. I didn't
realise you actually banned (removed) these accounts from search.

My question is this, if I remove the hashtags will the results start
to show up in the results again or do you have to remove it?

I was about to built an ajax widget using the search api but can't do
this if there are no search results for it.

This is not spam and is valid use of the hashtag.

Let me know what I can do as this app is being released on Monday next
week.

Kind Regards

Darren

   --
   Abraham Williams | Community Evangelist |http://web608.org
   Hacker |http://abrah.am|http://twitter.com/abraham
   Project |http://fireeagle.labs.poseurtech.com
   This email is: [ ] blogable [x] ask first [ ] private.

  --
  Abraham Williams | Community Evangelist |http://web608.org
  Hacker |http://abrah.am|http://twitter.com/abraham
  Project |http://fireeagle.labs.poseurtech.com
  This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Is there a way to list blocked users for an account?

2009-04-02 Thread Ninjamonk

Hi There, I wanted to find out which users I have blocked and give
them a 2nd chance but I cannot find an api method that lists blocked
users for an authed account.

Any pointers?

Kind Regards

Darren


[twitter-dev] Re: Is there a way to list blocked users for an account?

2009-04-02 Thread ninjamonk

thanks I have added my vote and comments there.

Cheers
Darren

On Apr 2, 1:39 pm, Chris Thomson chri...@chris24.ca wrote:
 There isn't a way to do that currently, but there's a ticket open for 
 it:http://code.google.com/p/twitter-api/issues/detail?id=9

 -Chris Thomson

 On Thu, Apr 2, 2009 at 5:46 AM, Ninjamonk dar...@stuartmedia.co.uk wrote:

  Hi There, I wanted to find out which users I have blocked and give
  them a 2nd chance but I cannot find an api method that lists blocked
  users for an authed account.

  Any pointers?

  Kind Regards

  Darren


Re: Twitfilter

2009-02-11 Thread Ninjamonk

nice, I already solved the groups issue with crowdstatus.com some time
ago :p


On 11 Feb, 16:00, Brian Breslin brianbres...@gmail.com wrote:
 Aestetix,
 My team worked VERY hard on building twitbin, and I would have liked
 it if you had told me you were doing this first.
 Twitbin wasn't released as open source.
 shoot me an email, you know how to reach me so we can discuss this
 privately.

 Regards,
 Brianhttp://www.twitbin.com

 On Feb 10, 4:32 pm, aestetix aestetix aeste...@gmail.com wrote:

  Hey guys,

  I wrote a Twitter firefox plugin that (for me) solves a groups problem I
  was having. Basically, I wanted to be able to send filtered tweets to
  selected individuals. Rather than simply adding hash tags and parsing out
  tweets, I wanted to have groups where I could send tweets to multiple people
  at once, and yet not to the entire world. I solved this problem with a very
  hackish plugin I'm calling Twitfilter.

  It's basically a heavily modified version of an existing plugin, Twitbin,
  with a new feature called Filters. Upon logging in, you click on
  Filters, add the names of the people you want to contact, enter the tweet,
  and click send. It automatically sends a direct message to all those
  people.  I'm still trying to fix a timing issue, and some of the gui needs
  to be cleaned up (I was up very late this morning writing this), but the
  core concept is there. In other words, it's extremely alpha (version 0.1).

  What do you guys think?

  aestetix

  ---
  Download:http://pinky.ratman.org/~aestetix/twitfilter.xpihttp://pinky.ratman.org/%7Eaestetix/twitfilter.xpi

  Current official documentation:
  1. To use this, you must already have a twitter account.
  2. Download and Install the plugin, restart firefox, and you'll see a blue
  bird icon to the left of your address bar.
  3. Click on that, and either click on login (mouseover the buttons until you
  find it) or click FRIENDS.
  4. This allows you to log in, and effectively drops a plugin cookie
  preserving some semblance of state.
  5. Then click on FILTERS
  6. Enter the screennames of people you want to contact
  7. Click the Mass Distribute Tweet field to enter a message
  8. Click Filter Tweets!


Re: New API methods to retrieve social graph without pagination

2009-02-06 Thread Ninjamonk

sorry badly put, I meant via user id, search via user id so like FROM:
342342342 etc returns the same as say FROM: ninjamonk.

On Feb 5, 10:49 pm, Alex Payne a...@twitter.com wrote:
 You can presently look up usernames in the Search API. What in
 particular are you looking for?



 Ninjamonk wrote:
  Hey Alex, any chance of adding a way of looking up the user name to
  the search api instead then?

  On Feb 5, 6:19 pm, Alex Paynea...@twitter.com  wrote:

  The reason why we can provide the list of IDs without any pagination is
  that it comes directly from our denormalized list data store, and
  requires no joining, either in SQL or at the application layer. As soon
  as we pull in data like screen_name that's sitting elsewhere in our
  architecture, the response time slows down drastically.

  So while I do understand that it'd be more convenient, my hunch is that
  the quality of service for such a method would be intolerable.

  dougw wrote:

  For all those wanting id AND username attributes to be returned with
  these new methods, be sure to head over to
 http://code.google.com/p/twitter-api/issues/detail?id=265andvote
  (click the star) to signal your support.

  @dougw

  On Feb 5, 11:40 am, jstrellnerjstrell...@urltrends.com    wrote:

  Thanks Alex,

  I too, would like to see this return userids AND usernames.

  -Joel

  On Feb 3, 5:01 pm, Alex Paynea...@twitter.com    wrote:

  Happy to announce two new API methods today, delivered in response to
  developer demand for an easier way to keep tabs on users' social graphs.
  The methods, /friends/ids and /followers/ids, return the entire list of
  numeric user IDs for a user's set of followed and following users,
  respectively. Responses to these methods are cached until the user's
  social graph changes. The responses come direct from our denormalized
  list data stores, and should be reasonably fast even for users with a
  large number of followers/follows.

  These new methods are most useful for services that are maintaining a
  cache of user details. If you see a user ID that you don't have cached,
  you'll have to call /users/show to retrieve that user's details. But for
  services with large user bases, or those that simply want to diff a
  user's social graph over time, we hope these methods will come in handy.

  You can find the documentation 
  athttp://apiwiki.twitter.com/REST-API-Documentation#SocialGraphMethods.

  --
  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


Re: New API methods to retrieve social graph without pagination

2009-02-05 Thread Ninjamonk

This is really useful, however would be even more useful if you
offered an unrate limited service to return the username for each
userid.

Problems I foresee.
1 user uses your web based app and the user has 10k followers and 10k
friends and thats your limit used up for the hour.

Even with caching using this is pointless for apps with large numbers
of users.

solutions that would work for me.

return the user name as well as userid(yes I know this can change but
most people will want to get it, make it optional)
or
let us use the search api to return user data using a userid like the
username.





On Feb 5, 3:07 am, James Deville james.devi...@gmail.com wrote:
 Any chance of a easy way to map this to usernames? We want the friends list
 for Witty (and I imagine others), but we don't need full profiles, just this
 + username. This won't help us otherwise since we'll need to map the entire
 list to usernames, which will require too many requests.

 JD

 On Wed, Feb 4, 2009 at 4:31 PM, Alex Payne a...@twitter.com wrote:

  The response should be ordered with most recent followed/followers first in
  the list.

  Another developer noted duplicates; we'll look into that.

  Matt K. wrote:

  Alex -

  This is a great addition to the API - will make things much easier.

  Quick question (and I apologize if this is already documented): do the
  followers / friends always come in descending order of when they
  friendship/follow was created? In other words will the most recent
  follow/friend always be first?

  I know the original followers call was ordered in the order in which
  the follower joined twitter. Hoping this isn't set up the same way -
  it would be nice to basically stop iterating over the list once a
  repeat friend/follower is found.

  Thanks for the clarification,
  Matt

  On Feb 3, 5:01 pm, Alex Paynea...@twitter.com  wrote:

  Happy to announce two new API methods today, delivered in response to
  developer demand for an easier way to keep tabs on users' social graphs.
  The methods, /friends/ids and /followers/ids, return the entire list of
  numeric user IDs for a user's set of followed and following users,
  respectively. Responses to these methods are cached until the user's
  social graph changes. The responses come direct from our denormalized
  list data stores, and should be reasonably fast even for users with a
  large number of followers/follows.

  These new methods are most useful for services that are maintaining a
  cache of user details. If you see a user ID that you don't have cached,
  you'll have to call /users/show to retrieve that user's details. But for
  services with large user bases, or those that simply want to diff a
  user's social graph over time, we hope these methods will come in handy.

  You can find the documentation athttp://
  apiwiki.twitter.com/REST-API-Documentation#SocialGraphMethods.

  --
  Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x

  --
  Alex Payne - API Lead, Twitter, Inc.
 http://twitter.com/al3x


Re: How API will works after OAuth?

2009-02-05 Thread Ninjamonk

Have you guys considered maybe tweaking the basic auth system to
something like what friendfeed has.

Each user could be given a third party system generated key to use
instead of a password and then basic auth could still be used and not
tired to the system password.

If the user felt their account had been compromised by an app they
could just generate a new code and also this would protect the users
account from hijacking.

I know you don't want to have 2 different systems for auth but this
could be used for legacy apps and for use cases like funkatron
mentioned earlier in the thread.

Cheers

On Feb 5, 4:59 am, Cameron Kaiser spec...@floodgap.com wrote:
  Thanks for the feedback, guys. We'll consider extending Basic Auth's
  life, or maybe granting a stay of execution to known-good apps. At the
  very least, we'll try not to pull the rug out from under anyone.

 I appreciate the consideration. :)

 --
  personal:http://www.cameronkaiser.com/--
   Cameron Kaiser * Floodgap Systems *www.floodgap.com* ckai...@floodgap.com
 -- Another visitor. Stay awhile. Stay forever! -- Professor Elvin Atombender 
 --


Re: New API methods to retrieve social graph without pagination

2009-02-05 Thread Ninjamonk

Hey Alex, any chance of adding a way of looking up the user name to
the search api instead then?

On Feb 5, 6:19 pm, Alex Payne a...@twitter.com wrote:
 The reason why we can provide the list of IDs without any pagination is
 that it comes directly from our denormalized list data store, and
 requires no joining, either in SQL or at the application layer. As soon
 as we pull in data like screen_name that's sitting elsewhere in our
 architecture, the response time slows down drastically.

 So while I do understand that it'd be more convenient, my hunch is that
 the quality of service for such a method would be intolerable.



 dougw wrote:
  For all those wanting id AND username attributes to be returned with
  these new methods, be sure to head over to
 http://code.google.com/p/twitter-api/issues/detail?id=265and vote
  (click the star) to signal your support.

  @dougw

  On Feb 5, 11:40 am, jstrellnerjstrell...@urltrends.com  wrote:

  Thanks Alex,

  I too, would like to see this return userids AND usernames.

  -Joel

  On Feb 3, 5:01 pm, Alex Paynea...@twitter.com  wrote:

  Happy to announce two new API methods today, delivered in response to
  developer demand for an easier way to keep tabs on users' social graphs.
  The methods, /friends/ids and /followers/ids, return the entire list of
  numeric user IDs for a user's set of followed and following users,
  respectively. Responses to these methods are cached until the user's
  social graph changes. The responses come direct from our denormalized
  list data stores, and should be reasonably fast even for users with a
  large number of followers/follows.

  These new methods are most useful for services that are maintaining a
  cache of user details. If you see a user ID that you don't have cached,
  you'll have to call /users/show to retrieve that user's details. But for
  services with large user bases, or those that simply want to diff a
  user's social graph over time, we hope these methods will come in handy.

  You can find the documentation 
  athttp://apiwiki.twitter.com/REST-API-Documentation#SocialGraphMethods.

  --
  Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x


Re: Don't ask for password someone will think you stole it.

2009-01-01 Thread Ninjamonk

Alex when you guys going to supply a oauth type system? I have a new
app that I am about to release but I am unsure whether to do it
because I don't want to deal with this stuff.

I think I will be ok because I have another service that has been
running for a long time but it would be good to know when oauth is
expected to come online?

Happy new year :D

Cheers
Darren

On Dec 30 2008, 1:14 pm, Sushrut Bidwai bidwai.sush...@gmail.com
wrote:
 Hi Amir,

  When you present a login button to user, user generally think that he is
 logging in to the system. I think is will be much better if you can rename
 the button. Just my 2c.

 Sushruthttp://sushrutbidwai.com/

 On Tue, Dec 30, 2008 at 3:25 AM, Amir Michail amich...@gmail.com wrote:

  Hi,

  Since OAuth is not available yet, I've been asking people to enter
  their twitter usernames without asking for a password into
 http://readmytweets.com.

  But now someone thinks I might have stolen his twitter password since
  it was not required!

 http://news.ycombinator.com/item?id=413345

  Amir

  P.S.  http://readmytweets.comhas been much simplified and actually
  uses (weak) CAPTCHAs now instead of asking people to manually come up
  with reading check questions.


Re: Advice for a newbie

2009-01-01 Thread Ninjamonk

I would suggest learning a programming language, how restful
webserices work, then reading the twitter api docs.

If they already know something like php etc then I would suggest
grabbing an existing library and reading the twitter api docs




On Jan 2, 1:15 am, Cameron Kaiser spec...@floodgap.com wrote:
  If a complete novice to the twitter API with little or no web
  developing knowledge was to ask for suggestions on where to start with
  learning how to build a twitter app, what would you suggest?

  I am researching for a new blog post and would greatly appreciate you
  views on this.

 If you're patient, I'm sure there will be at least one book emerging on this
 topic in the very near future. Just something I'm pretty confident about
 mentioning.

 --
  personal:http://www.cameronkaiser.com/--
   Cameron Kaiser * Floodgap Systems *www.floodgap.com* ckai...@floodgap.com
 -- TRUE HEADLINE: Bomb Victims Still Trying To Pick Up The Pieces 
 -


Re: multiple @'s reach replies inbox

2009-01-01 Thread Ninjamonk

would be handy but it can be done in a limited way via the search on
twitter.

On Jan 2, 1:03 am, mozTom tob...@gmail.com wrote:
 I wouldn't mind if one could submit multiple in_reply_to_status_ids,
 like with commas or something, so that instead of having @user1 @user2
 @user3, the system knows (if you set an i_r_t_s_i, you don't even need
 the @user, it will show up in their replies box).  This way it doesn't
 look spammy and provides the maximum amount of characters.

 On Dec 31 2008, 4:53 pm, Chad Etzel jazzyc...@gmail.com wrote:

  Agree++;

  I think any mentions should be delivered somehow... either to Replies tab
  or a new Mentions tab or something. One can search for their username on
  search.twitter (or tweetgrid :D), but i bet most people miss their mentions
  because it doesn't occur to them do so...

  -chad

  On Wed, Dec 31, 2008 at 2:09 PM, Peter Denton petermden...@gmail.comwrote:

   Honestly, I think its a very good idea, as when you have businesses
   blasting, you don't want them to individual sends, as it will make the
   timeline look spam-centric, whereas multiple mentions looks nice.

   On Wed, Dec 31, 2008 at 11:08 AM, Alex Payne a...@twitter.com wrote:

   We've considered changing it such that any mentions of a user's
   screen_name are delivered to the reply timeline.  We'll let you know
   if we do.

   On Wed, Dec 31, 2008 at 09:47, Peter Denton petermden...@gmail.com
   wrote:
Hello,
Just curious if the twitter system will eventually deliver multiple @'s
   in a
single status to all those @'d. As I understand it now, it delivers the
first @, IF it is the first string in the status, and all other @'s 
wont
reach a reply inbox. Do you plan to change it?

Peter

   --
   Alex Payne - API Lead, Twitter, Inc.
  http://twitter.com/al3x


Re: Unable to View Single, Protected Statuses

2008-12-23 Thread Ninjamonk

this is what I am getting to using .net and I am blocked by this.

On Dec 23, 11:35 pm, Alex Payne a...@twitter.com wrote:
 Are you sure that you're authorized to see the tweet in question?



 On Tue, Dec 23, 2008 at 12:28, leebert brenner@gmail.com wrote:

  I'm developing a desktop Twitter client written in C#.

  I've found that I can successfully retrieve protected statuses for
  people I am following when requesting the friends timeline (http://
  twitter.com/statuses/friends_timeline.xml) but I cannot retrieve a
  given protected status in that list (http://twitter.com/statuses/show/
  id.xml).

  I get a not authorized error for the latter but not the former.
  However, I make both calls in the same manner using the same set of
  credentials.

   Any suggestions?

  Thanks,
  Lee

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x


new api method requests

2008-12-18 Thread Ninjamonk

Hi there, I am not sure if this would be to much work to implement or
where to suggest new methods so I thought I would ask here.

I would like to be able to auto complete users friends when they type
into a textbox.

Currently the only way to do this is to get a complete list of the
users friends and starting from there.

I would like a method like returnFriendsStartingWith(:characters)
which returns a list of usernames if they are friends with the
authenicating user or maybe just returnFriendsStartingWith
(:characters, :username) for any user.

I think this might also let developers retrieve friend info with less
api calls.

Kind Regards

Darren


Re: problem returning a public status

2008-12-17 Thread Ninjamonk

Awesome thanks Alex.

On Dec 17, 7:33 pm, Alex Payne a...@twitter.com wrote:
 I'll approve it today.  We had a bug in the approval emails yesterday
 so I'm a day behind.



 On Wed, Dec 17, 2008 at 11:28, Ninjamonk dar...@stuartmedia.co.uk wrote:

  Any chance anyone from twitter can look at this? I am chomping at the
  bit to get this moving as I have a big update in the works.

  Kind Regards

  Darren

  On Dec 16, 7:10 pm, Ninjamonk dar...@stuartmedia.co.uk wrote:
   thanks Mark, its a real show stopper :)

   On Dec 16, 2:17 pm, Mark Ng ng.mar...@gmail.com wrote:

2008/12/16 Ninjamonk dar...@stuartmedia.co.uk:

 cool thanks, I just had to buy a unique ip address for this. any idea
 how long it takes once requested?

Mine was pretty quick, a day or two, if I recall, but I'm guessing
it'd depend on how busy the twitter people are at the time.

Mark

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x


Re: problem returning a public status

2008-12-16 Thread Ninjamonk

cool thanks, I just had to buy a unique ip address for this. any idea
how long it takes once requested?

Kind Regards

Darren

On Dec 16, 11:30 am, fastest963 fastest...@gmail.com wrote:
 http://twitter.com/help/request_whitelisting


problem returning a public status

2008-12-15 Thread Ninjamonk

Hi there, I run crowdstatus and am updating my code to use gnip and
therefore only connect to twitter when I need to instead of polling
when the user wants some info.

I am getting the error - Clients may not make more than 100 requests
per hour.

How do I get around this? I am not logged in with an account as it is
not needed to access these files (public users status xml). It works
fine on my local machine and I have done over 100 requests in an hour.

Is twitter blocking crowdstatus.com? I would love to resolve this as
its a real blocker for the new version of crowdstatus.

Kind Regards

Darren


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 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


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

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


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 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


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 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