Re: [twitter-dev] Deleting account, then recreating it

2010-01-28 Thread BrandonUSA
Hi BJ

The link you sent me doesn't state any information regarding the account
being available for recreation. However, you can restore your account here
http://twitter.com/account/deleted?email=

So, why was I trying to delete my account? I'm trying to drop all the people
I am following, and all the people following me. Is there a way to do this?
Or do I have to write a custom program for this?

Thanks,
Bardia Afshin




On Wed, Jan 27, 2010 at 11:04 AM, BJ Weschke bwesc...@btwtech.com wrote:

 You wait.

 http://mashable.com/2010/01/19/twitter-username-land-grab/ 
 http://mashable.com/2010/01/19/twitter-username-land-grab/


 Bardia Afshin wrote:

 Hi,

 I've deleted my twitter account eg) UserNameHere, and now that I want
 to create the same account name to eg) UserNameHere I get the
 following error:

 username has already been taken


 What is the fix for this?

 Thank you,
 Bardia Afshin
 http://www.google.com/search?q=bardia+afshinie=UTF-8oe=UTF-8






Re: [twitter-dev] local trends ability to exclude hashtags?

2010-01-28 Thread Raffi Krikorian
hi!

what's the use case of this?  i suppose this is possible, but then we would
just return a truncated list from our side.

thanks!

On Wed, Jan 27, 2010 at 9:14 PM, tofubeer d...@terratap.com wrote:

 Hi,

 For the trends/current API we can add ?exclued=hashtags.  It does not
 look like there is any way to do that with the new trends/location
 API.  Are there plans to add it, or is it there and I am missing how
 to do it?

 (http://api.twitter.com/1/trends/1.xml?excludes=hashtags returns the
 same as http://api.twitter.com/1/trends/1.xml which I would expect
 given the API documentation.)

 Thanks,

 ..darcy

 D'Arcy Smith
 CTO TerraTap Technologies Inc.




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Richard
We see quite a few TweetDeck users complaining of mysterious 0 API
limits here. No other apps in use and very few API calls made,
suddenly down to 0. Looks to be some kind of API issue here...

On Jan 27, 11:59 pm, EastSideDev eastside...@gmail.com wrote:
 Prior to doing a rate-limit API, I always get 
 thehttp://twitter.com/account/rate_limit_status.xml(using my
 credentials). Every once in a while, I get an HTTP response code of 0
 (even though the previous call may have told that I still have more
 than 19,000 calls left. My workaround is is do..while loop, with a
 break of 10 loops.

 Any suggestions?


[twitter-dev] Re: Couple Local Trends geo API questions

2010-01-28 Thread Luca Faggioli
Hi Ed,

You can send geotagged tweets from any web browser using the portal we
developed: http://www.kirigo.com
You can sign up and then login in using your twitter account

At the moment we only feed tweets into twitter, but we might also
retrieve tweets from twitter in the future - I have no timeline for
that implementation yet

Let me know if you have any question
Luca

On 27 Gen, 03:13, M. Edward (Ed) Borasky zzn...@gmail.com wrote:
 On Tue, Jan 26, 2010 at 6:01 PM, Raffi Krikorian ra...@twitter.com wrote:

 to make your life a bit easier, trends/available can optionally take a

  latitude and a longitude, and then it will sort all the available trends
  locations by distance from the given point.

 Nice!!



  Local Trends appear to be rolling out through the web UI, any sense on
  when the API end points will open up?

  as users get access to them through the web UI, the user also gets access
  to the API.  we're racing towards getting all users access to the local
  trends.

 Thanks!! I'll be watching my browser! ;-)

 One other geo question - is there a list somewhere of which clients /
 desktop tools send tweets that are geotagged? I can infer some of that by
 collecting geotagged tweets from the streaming API and looking at the
 source field, but I was looking for something like If you want your
 tweets to be geotagged, do this and it will work.

 Right now, the context is the Haiti relief effort, but I'm sure there are
 other places in the crisis management / mapping universe where a guide like
 that would be useful. A small datapoint - I did a Search last night for a
 200 km radius around the epicenter and pulled in 7500 tweets total, of which
 93 were geotagged.

 --
 M. Edward (Ed) Boraskyhttp://borasky-research.net

 I've always regarded nature as the clothing of God. ~Alan Hovhaness


[twitter-dev] Twitter non-clients

2010-01-28 Thread John Meyer
I was wondering if anybody was working on a Twitter non-client.  By that 
I mean an application that just uses Twitter for some back end purpose 
but not for an actual browsing client.


Re: [twitter-dev] Twitter non-clients

2010-01-28 Thread Andrew Badera
Yes. We pull feeds for use elsewhere.

∞ Andy Badera
∞ +1 518-641-1280 Google Voice
∞ This email is: [ ] bloggable [x] ask first [ ] private
∞ Google me: http://www.google.com/search?q=andrew%20badera



On Thu, Jan 28, 2010 at 8:49 AM, John Meyer john.l.me...@gmail.com wrote:
 I was wondering if anybody was working on a Twitter non-client.  By that I
 mean an application that just uses Twitter for some back end purpose but not
 for an actual browsing client.



Re: [twitter-dev] Twitter non-clients

2010-01-28 Thread Cameron Kaiser
 I was wondering if anybody was working on a Twitter non-client.  By that 
 I mean an application that just uses Twitter for some back end purpose 
 but not for an actual browsing client.

I imagine there are tonnes of one-offs doing things like that, and TTYtter
has a non-interactive mode for bots and cron jobs. #shamelessplug

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- I use my C128 because I am an ornery, stubborn, retro grouch. -- Bob Masse -


Re: [twitter-dev] Not able to read unicode from Twitter Response XML in C#.net

2010-01-28 Thread Rejeev Thomas
Thanks Zac .C#  its working fine.

Any idea of using HtmlDecode in FLEX

Thanks
Rejeev

On Thu, Jan 28, 2010 at 11:01 AM, Zac Bowling zbowl...@gmail.com wrote:

 Also:
 http://weblogs.sqlteam.com/mladenp/archive/2008/10/21/Different-ways-how-to-escape-an-XML-string-in-C.aspx
 Zac Bowling



 On Wed, Jan 27, 2010 at 9:28 PM, Zac Bowling zbowl...@gmail.com wrote:

 Entity codes.

 Just decode them...

 using System.Web;
 ...
 string decoded_stuff = HttpUtility.HtmlDecode(encoded_stuff);


 There is a way to do this with System.Xml but whatever.

 Zac Bowling



 On Wed, Jan 27, 2010 at 9:10 PM, Rejeev Thomas rejeevtho...@gmail.comwrote:

 Please help friends!


 Thanks Ryan!

 I am taking an XML response from *
 http://twitter.com/statuses/friends_timeline.xml* and it happens when I
 post a Tweet in my home language and trying to read it ,follwoing are some
 of the Text.

 *?xml version=1.0 encoding=UTF-8?
 statuses type=array
 status
   created_atWed Jan 27 04:19:36 + 2010/created_at
   id8265961626/id

 text#3335;#3368;#3405;#3364;#3405;#3375;#3349;#3405;#3349;#3390;#3376;#3393;#3359;#3398;
 #3334;#3382;#3353;#3405;#3349;
 #3370;#3376;#3391;#3351;#3363;#3391;#3349;#3405;#3349;#3363;#3374;#3398;#3368;#3405;#3368;#3405;
 #3347;#3384;#3392;#3384;#3405;
 #3372;#3391;#3383;#3370;#3405;#3370;#3405;:
 #3374;#3398;#3378;#3405;#8205;#3372;#3363;#3405;#8205;:
 #3347;#3384;#3405;#8204;#3359;#3405;#3376;#3399;#3378;#3391;#3375;#3375;#3391;#3378;#3405;#8205;
 #3335;#3368;#3405;#3364;#3405;#3375;#3349;#3405;#3349;#3390;#3376;#3405;#8205;#3349;#3405;#3349;#3398;#3364;#3391;#3376;#3398;
 #3368;#3359;#3349;#3405;#3349;#3393;#3368;#3405;#3368;
 #3334;.../text*

 The above are the junk characters responded , also made convert to UTF8
 but its not converting.

 please help.

 Thanks,
 Rejeev.




 On Mon, Jan 25, 2010 at 9:14 PM, ryan alford 
 ryanalford...@gmail.comwrote:

 Can you paste an example of the bad characters as .Net shows them, and
 what they should really be?

 Ryan


 On Mon, Jan 25, 2010 at 5:36 AM, Rejeev rejeevtho...@gmail.comwrote:

 Hi all,

 My Twitter response XML contains some unicode characters , I am not
 able to read that in C#.net. Its showing junk characters. Please help
 me to read that in proper text.

 Thanks,
 Rejeev









[twitter-dev] total count shows wrong data

2010-01-28 Thread tamanna
Total number of followers count is not displayed correct.It shows +2
than originl most of the times.I guess its a bug..


[twitter-dev] Re: Mass account creation

2010-01-28 Thread DenisioDelBoro
On 28 янв, 06:42, Ken Dobruskin k...@cimas.ch wrote:
 When I am followed by a bot, or even a human who has no actual interest in my 
 tweets but is only trying for a follow back, I regard it as an unsolicited 
 message.
 This happens way too much and as a victim, I don't care if it's been done 
 massively. Spam is spam and fake following - on whatever scale - not only 
 uses resources but complicates analysis of the social network. Twitter has 
 allowed the follow mechanism to be repurposed as a simple attention grabbing 
 measure, but they tell us that the rules will evolve. It is also within their 
 power to keep the bot armies at bay.

Who's talking about bots following real people here?


Re: [twitter-dev] statuses/update and Lists

2010-01-28 Thread Kevin Marshall
Right now lists show all public status of anyone on the list, there is
(as far as I know) no way to post a status update to just a specific
list.

- Kevin
http://wow.ly

On Wed, Jan 27, 2010 at 6:17 PM, Stan ema...@gmail.com wrote:
 I am interested in using the Twitter API to send status update to a
 list that I have created under my account. I can do this of course
 from the Twitter Site using my browser but can't find a way to do it
 using the API. When I call statuses/update for my account to update my
 status it shows up under my account and my list. How can I update
 status for just one of my Lists (and just the followers thereof) and
 not have it appear under my account where it will be seen by all my
 Followers?

 Thanks in advance,

 Stan



Re: [twitter-dev] Re: Mass account creation

2010-01-28 Thread Dale Folla MeDia
I think if both parties opt in, then automation is ok with follows.  but I
would like others feedback on that too..

2010/1/28 DenisioDelBoro alya...@gmail.com

 On 28 янв, 06:42, Ken Dobruskin k...@cimas.ch wrote:
  When I am followed by a bot, or even a human who has no actual interest
 in my tweets but is only trying for a follow back, I regard it as an
 unsolicited message.
  This happens way too much and as a victim, I don't care if it's been done
 massively. Spam is spam and fake following - on whatever scale - not only
 uses resources but complicates analysis of the social network. Twitter has
 allowed the follow mechanism to be repurposed as a simple attention grabbing
 measure, but they tell us that the rules will evolve. It is also within
 their power to keep the bot armies at bay.

 Who's talking about bots following real people here?




-- 
Dale Merritt
Fol.la MeDia, LLC


[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread EastSideDev
Perhaps we can get someone from Twitter to comment on it. The issue is
not 0 API limits, it's an HTTP code 0.

On Jan 28, 4:02 am, Richard richardbar...@gmail.com wrote:
 We see quite a few TweetDeck users complaining of mysterious 0 API
 limits here. No other apps in use and very few API calls made,
 suddenly down to 0. Looks to be some kind of API issue here...

 On Jan 27, 11:59 pm, EastSideDev eastside...@gmail.com wrote:

  Prior to doing a rate-limit API, I always get 
  thehttp://twitter.com/account/rate_limit_status.xml(usingmy
  credentials). Every once in a while, I get an HTTP response code of 0
  (even though the previous call may have told that I still have more
  than 19,000 calls left. My workaround is is do..while loop, with a
  break of 10 loops.

  Any suggestions?


Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread John Kalucki
Is the HTTP code really 0, or did you receive a TCP reset without any
bytes read and your HTTP library is returning a code of 0? (There may
be other error indication flags in the client which aren't being
checked before testing the HTTP response code.) Or, perhaps the the
HTTP response header corrupt?

Use tcpdump or other sniffer to determine for sure.

-John Kalucki
http:twitter.com/jkalucki
Infrastructure, Twitter Inc.


On Thu, Jan 28, 2010 at 11:25 AM, EastSideDev eastside...@gmail.com wrote:
 Perhaps we can get someone from Twitter to comment on it. The issue is
 not 0 API limits, it's an HTTP code 0.

 On Jan 28, 4:02 am, Richard richardbar...@gmail.com wrote:
 We see quite a few TweetDeck users complaining of mysterious 0 API
 limits here. No other apps in use and very few API calls made,
 suddenly down to 0. Looks to be some kind of API issue here...

 On Jan 27, 11:59 pm, EastSideDev eastside...@gmail.com wrote:

  Prior to doing a rate-limit API, I always get 
  thehttp://twitter.com/account/rate_limit_status.xml(usingmy
  credentials). Every once in a while, I get an HTTP response code of 0
  (even though the previous call may have told that I still have more
  than 19,000 calls left. My workaround is is do..while loop, with a
  break of 10 loops.

  Any suggestions?



Re: [twitter-dev] total count shows wrong data

2010-01-28 Thread John Kalucki
There is a lot of caching in our system. Sometimes cached values are
slightly stale, especially in non-critical items like list count
memoization. We don't like this. We're constantly working to make the
cached values more accurate.

-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.


On Thu, Jan 28, 2010 at 1:42 AM, tamanna rubys...@gmail.com wrote:
 Total number of followers count is not displayed correct.It shows +2
 than originl most of the times.I guess its a bug..



[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Rich
We are seeing this too in the HTTP headers, basically our app is
useless right now as it's returning invalid rate limit information

On Jan 28, 7:33 pm, John Kalucki j...@twitter.com wrote:
 Is the HTTP code really 0, or did you receive a TCP reset without any
 bytes read and your HTTP library is returning a code of 0? (There may
 be other error indication flags in the client which aren't being
 checked before testing the HTTP response code.) Or, perhaps the the
 HTTP response header corrupt?

 Use tcpdump or other sniffer to determine for sure.

 -John Kalucki
 http:twitter.com/jkalucki
 Infrastructure, Twitter Inc.



 On Thu, Jan 28, 2010 at 11:25 AM, EastSideDev eastside...@gmail.com wrote:
  Perhaps we can get someone from Twitter to comment on it. The issue is
  not 0 API limits, it's an HTTP code 0.

  On Jan 28, 4:02 am, Richard richardbar...@gmail.com wrote:
  We see quite a few TweetDeck users complaining of mysterious 0 API
  limits here. No other apps in use and very few API calls made,
  suddenly down to 0. Looks to be some kind of API issue here...

  On Jan 27, 11:59 pm, EastSideDev eastside...@gmail.com wrote:

   Prior to doing a rate-limit API, I always get 
   thehttp://twitter.com/account/rate_limit_status.xml(usingmy
   credentials). Every once in a while, I get an HTTP response code of 0
   (even though the previous call may have told that I still have more
   than 19,000 calls left. My workaround is is do..while loop, with a
   break of 10 loops.

   Any suggestions?


[twitter-dev] Re: local trends ability to exclude hashtags?

2010-01-28 Thread tofubeer
 what's the use case of this?  i suppose this is possible, but then we would
 just return a truncated list from our side.

If you call the trend/current with the excludes=hashtags you get the
top 10 trends without hashtags...

For example, right now if I do it with hashtags I get (partial JSON
response):


name:#imthetypeto
name:#nowplaying
name:RIP JD Salinger
name:Haiti
name:Catcher in the Rye
name:Howard Zinn
name:#subliminaltweet
name:#omgthatssotrue
name:Shorty Award
name:#idothat2

and without hashtags I get:

name:RIP JD Salinger
name:Haiti
name:Catcher in the Rye
name:Howard Zinn
name:Shorty Award
name:Holden Caulfield
name:All-Star
name:Union
name:Super Bowl
name:SOTU

Ideally the new local trends api would give us the ability to do the
same.  It would mean tracking more trends on your end I guess (up to
20 instead of 10 I am guessing since the top 10 could all be
hashtags).

Thanks,

..darcy

D'Arcy Smith
CTO TerraTap Technologies Inc.


Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Will Fleming
I am currently getting a HTTP 400 response when interacting with the API,
with a error message of Rate limit exceeded. Clients may not make more than
0 requests per hour.

OAuth for authentication.

No calls currently working, but same result on both
http://api.twitter.com/1/statuses/user_timeline.json and
http://twitter.com/1/statuses/user_timeline.json

Is this related?

Or does this indicate that my app has been suspended and I need to get in
touch with Twitter to sort out what the problem is?



On Thu, Jan 28, 2010 at 11:33 AM, John Kalucki j...@twitter.com wrote:

 Is the HTTP code really 0, or did you receive a TCP reset without any
 bytes read and your HTTP library is returning a code of 0? (There may
 be other error indication flags in the client which aren't being
 checked before testing the HTTP response code.) Or, perhaps the the
 HTTP response header corrupt?

 Use tcpdump or other sniffer to determine for sure.

 -John Kalucki
 http:twitter.com/jkalucki
 Infrastructure, Twitter Inc.




Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Will Fleming
One other thing, API calls to http://search.twitter.com do appear to be
working correctly.


[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Shelkie
Are others having trouble with Ratelimits?

Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
I have checked. Here are some sample HTTP headers:

 [Date] = Thu, 28 Jan 2010 21:27:55 GMT
 [Server] = hi
 [X-Ratelimit-Limit] = 0
 [Status] = 400 Bad Request
 [X-Ratelimit-Remaining] = 0
 [X-Runtime] = 0.02640
 [Content-Type] = application/json; charset=utf-8
 [Content-Length] = 412
 [X-Ratelimit-Class] = api_identified
 [Cache-Control] = no-cache, max-age=300
 [X-Ratelimit-Reset] = 1264716226

Notice that X-Ratelimit-Reset is also out of date when compared to
[Date]

Any ideas? Could our app have been blacklisted for some reason, or is
this a more widespread problem?

Eric.


[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Rich
Looks like they are in the process of upping the oAuth rate limit as
now I'm getting different results but still a 400 error

On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:
 Are others having trouble with Ratelimits?

 Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
 I have checked. Here are some sample HTTP headers:

  [Date] = Thu, 28 Jan 2010 21:27:55 GMT
  [Server] = hi
  [X-Ratelimit-Limit] = 0
  [Status] = 400 Bad Request
  [X-Ratelimit-Remaining] = 0
  [X-Runtime] = 0.02640
  [Content-Type] = application/json; charset=utf-8
  [Content-Length] = 412
  [X-Ratelimit-Class] = api_identified
  [Cache-Control] = no-cache, max-age=300
  [X-Ratelimit-Reset] = 1264716226

 Notice that X-Ratelimit-Reset is also out of date when compared to
 [Date]

 Any ideas? Could our app have been blacklisted for some reason, or is
 this a more widespread problem?

 Eric.


[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Rich
Just run it through my debugger, it's absolutely returning an HTTP 400
response

On Jan 28, 9:46 pm, Rich rhyl...@gmail.com wrote:
 Looks like they are in the process of upping the oAuth rate limit as
 now I'm getting different results but still a 400 error

 On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:



  Are others having trouble with Ratelimits?

  Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
  I have checked. Here are some sample HTTP headers:

   [Date] = Thu, 28 Jan 2010 21:27:55 GMT
   [Server] = hi
   [X-Ratelimit-Limit] = 0
   [Status] = 400 Bad Request
   [X-Ratelimit-Remaining] = 0
   [X-Runtime] = 0.02640
   [Content-Type] = application/json; charset=utf-8
   [Content-Length] = 412
   [X-Ratelimit-Class] = api_identified
   [Cache-Control] = no-cache, max-age=300
   [X-Ratelimit-Reset] = 1264716226

  Notice that X-Ratelimit-Reset is also out of date when compared to
  [Date]

  Any ideas? Could our app have been blacklisted for some reason, or is
  this a more widespread problem?

  Eric.


[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Rich
Interesting my whitelisted account is still working, but the non
whitelisted ones are broken over oAuth

On Jan 28, 9:48 pm, Rich rhyl...@gmail.com wrote:
 Just run it through my debugger, it's absolutely returning an HTTP 400
 response

 On Jan 28, 9:46 pm, Rich rhyl...@gmail.com wrote:



  Looks like they are in the process of upping the oAuth rate limit as
  now I'm getting different results but still a 400 error

  On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:

   Are others having trouble with Ratelimits?

   Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
   I have checked. Here are some sample HTTP headers:

    [Date] = Thu, 28 Jan 2010 21:27:55 GMT
    [Server] = hi
    [X-Ratelimit-Limit] = 0
    [Status] = 400 Bad Request
    [X-Ratelimit-Remaining] = 0
    [X-Runtime] = 0.02640
    [Content-Type] = application/json; charset=utf-8
    [Content-Length] = 412
    [X-Ratelimit-Class] = api_identified
    [Cache-Control] = no-cache, max-age=300
    [X-Ratelimit-Reset] = 1264716226

   Notice that X-Ratelimit-Reset is also out of date when compared to
   [Date]

   Any ideas? Could our app have been blacklisted for some reason, or is
   this a more widespread problem?

   Eric.


Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Michael Steuer
We see this too now on a bunch of our test accounts.. Does Twitter have a 
resolution time?

It's making the use and development efforts of our application all but 
impossible...


On Jan 28, 2010, at 1:51 PM, Rich wrote:

 Interesting my whitelisted account is still working, but the non
 whitelisted ones are broken over oAuth
 
 On Jan 28, 9:48 pm, Rich rhyl...@gmail.com wrote:
 Just run it through my debugger, it's absolutely returning an HTTP 400
 response
 
 On Jan 28, 9:46 pm, Rich rhyl...@gmail.com wrote:
 
 
 
 Looks like they are in the process of upping the oAuth rate limit as
 now I'm getting different results but still a 400 error
 
 On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:
 
 Are others having trouble with Ratelimits?
 
 Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
 I have checked. Here are some sample HTTP headers:
 
  [Date] = Thu, 28 Jan 2010 21:27:55 GMT
  [Server] = hi
  [X-Ratelimit-Limit] = 0
  [Status] = 400 Bad Request
  [X-Ratelimit-Remaining] = 0
  [X-Runtime] = 0.02640
  [Content-Type] = application/json; charset=utf-8
  [Content-Length] = 412
  [X-Ratelimit-Class] = api_identified
  [Cache-Control] = no-cache, max-age=300
  [X-Ratelimit-Reset] = 1264716226
 
 Notice that X-Ratelimit-Reset is also out of date when compared to
 [Date]
 
 Any ideas? Could our app have been blacklisted for some reason, or is
 this a more widespread problem?
 
 Eric.



[twitter-dev] Re: Mass account creation

2010-01-28 Thread Dewald Pretorius
Honestly, I don't understand why people break their heads over who
follow them.

It does not make an ounce of difference if an entire army of spam bots
or follower churners follow your account. They can't DM you if you
don't follow back. They can @reply you whether they follow you or not.
In fact, if you are stuck at a magical following limit, then those
followers can enable you to follow more accounts.

The only small irritation is the new follower email notification that
Twitter sends out. Just disable those notifications, and you will
never even know that you are followed by spammers, scammers, and
churners.

On Jan 28, 6:56 am, DenisioDelBoro alya...@gmail.com wrote:
 On 28 ÑÎ×, 06:42, Ken Dobruskin k...@cimas.ch wrote:

  When I am followed by a bot, or even a human who has no actual interest in 
  my tweets but is only trying for a follow back, I regard it as an 
  unsolicited message.
  This happens way too much and as a victim, I don't care if it's been done 
  massively. Spam is spam and fake following - on whatever scale - not only 
  uses resources but complicates analysis of the social network. Twitter has 
  allowed the follow mechanism to be repurposed as a simple attention 
  grabbing measure, but they tell us that the rules will evolve. It is also 
  within their power to keep the bot armies at bay.

 Who's talking about bots following real people here?


[twitter-dev] Urgent: Major issues with 400 errors on social graph friends and followers

2010-01-28 Thread Zaudio
Hi,

I'm getting this back and just do not understand why:

TWITTER LOG GENERATED ON 28/01/2010 3:57:57 PM

ExecuteGetCommand:
Twitter reported Error (OAuth): The remote server returned an error:
(400) Bad Request.
Request url: http://api.twitter.com/1/friends/ids.xml?user_id=35034625cursor=-1
?xml version=1.0 encoding=UTF-8?
hash
  request/1/friends/ids.xml?
cursor=-1amp;oauth_consumer_key=Xamp;oauth_nonce=35034625546_490163amp;oauth_signature_method=HMAC-
SHA1amp;oauth_timestamp=1264719478amp;oauth_token=35034625-
amp;oauth_version=1.0amp;user_id=35034625amp;oauth_signature=/
request
  errorRate limit exceeded. Clients may not make more than 0
requests per hour./error
/hash

Response Headers: X-RateLimit-Limit: 0
Status: 400 Bad Request
X-RateLimit-Remaining: 0
X-Runtime: 0.02385
X-RateLimit-Class: api_identified
X-RateLimit-Reset: 1264723053
Vary: Accept-Encoding
Connection: close
Content-Length: 507
Cache-Control: no-cache, max-age=1800
Content-Type: application/xml; charset=utf-8
Date: Thu, 28 Jan 2010 22:58:35 GMT
Expires: Thu, 28 Jan 2010 23:28:34 GMT
Set-Cookie:
_twitter_sess=BAh7BzoHaWQiJTdhNzJkYmNkYWQzZTM3OGMzOGZiODc3ODllMmUzMTFhIgpm
%250AbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpGbGFzaDo6Rmxhc2hIYXNoewAG
%250AOgpAdXNlZHsA--5b92ace9ec11f25bd06a6b1812e05e9550852992;
domain=.twitter.com; path=/
Server: hi

-
I've tested rate limits for my local testing IP (216.45.124.14 )
where I'm getting this, and my testing account Zaudio... and the test
user Zaudio2  - all looks good

Please urgently address this. I thought it a blacklisting issue... but
maybe it's a bug?

Thanks

Simon (Zaudio)
Developer www.bullsonwallstreet.com


[twitter-dev] Re: Not able to read unicode from Twitter Response XML in C#.net

2010-01-28 Thread zbowling
The power of Google search reveals this as the first result:

AS3:
public function htmlUnescape(str:String):String
{
return new XMLDocument(str).firstChild.nodeValue;
}
public function htmlEscape(str:String):String
{
return XML( new XMLNode( XMLNodeType.TEXT_NODE, str ) ).toXMLString
();
}

or AS2:

function htmlUnescape(str:String):String
{
return new XML(str).firstChild.nodeValue;
}
function htmlEscape(str:String):String
{
return new XMLNode( 3, str ).toString();
}

On Jan 28, 1:29 am, Rejeev Thomas rejeevtho...@gmail.com wrote:
 Thanks Zac .C#  its working fine.

 Any idea of using HtmlDecode in FLEX

 Thanks
 Rejeev

 On Thu, Jan 28, 2010 at 11:01 AM, Zac Bowling zbowl...@gmail.com wrote:
  Also:
 http://weblogs.sqlteam.com/mladenp/archive/2008/10/21/Different-ways-...
  Zac Bowling

  On Wed, Jan 27, 2010 at 9:28 PM, Zac Bowling zbowl...@gmail.com wrote:

  Entity codes.

  Just decode them...

  using System.Web;
  ...
  string decoded_stuff = HttpUtility.HtmlDecode(encoded_stuff);

  There is a way to do this with System.Xml but whatever.

  Zac Bowling

  On Wed, Jan 27, 2010 at 9:10 PM, Rejeev Thomas 
  rejeevtho...@gmail.comwrote:

  Please help friends!

  Thanks Ryan!

  I am taking an XML response from *
 http://twitter.com/statuses/friends_timeline.xml*and it happens when I
  post a Tweet in my home language and trying to read it ,follwoing are 
  some
  of the Text.

  *?xml version=1.0 encoding=UTF-8?
  statuses type=array
  status
    created_atWed Jan 27 04:19:36 + 2010/created_at
    id8265961626/id

  text#3335;#3368;#3405;#3364;#3405;#3375;#3349;#3405;#3349;#3390;#3376;#3393;#3359;#3398;
  #3334;#3382;#3353;#3405;#3349;
  #3370;#3376;#3391;#3351;#3363;#3391;#3349;#3405;#3349;#3363;#3374;#3398;#3368;#3405;#3368;#3405;
  #3347;#3384;#3392;#3384;#3405;
  #3372;#3391;#3383;#3370;#3405;#3370;#3405;:
  #3374;#3398;#3378;#3405;#8205;#3372;#3363;#3405;#8205;:
  #3347;#3384;#3405;#8204;#3359;#3405;#3376;#3399;#3378;#3391;#3375;#3375;#3391;#3378;#3405;#8205;
  #3335;#3368;#3405;#3364;#3405;#3375;#3349;#3405;#3349;#3390;#3376;#3405;#8205;#3349;#3405;#3349;#3398;#3364;#3391;#3376;#3398;
  #3368;#3359;#3349;#3405;#3349;#3393;#3368;#3405;#3368;
  #3334;.../text*

  The above are the junk characters responded , also made convert to UTF8
  but its not converting.

  please help.

  Thanks,
  Rejeev.

  On Mon, Jan 25, 2010 at 9:14 PM, ryan alford 
  ryanalford...@gmail.comwrote:

  Can you paste an example of the bad characters as .Net shows them, and
  what they should really be?

  Ryan

  On Mon, Jan 25, 2010 at 5:36 AM, Rejeev rejeevtho...@gmail.comwrote:

  Hi all,

  My Twitter response XML contains some unicode characters , I am not
  able to read that in C#.net. Its showing junk characters. Please help
  me to read that in proper text.

  Thanks,
  Rejeev


[twitter-dev] Error clients may not make more than 0 requests per hour returned for every request

2010-01-28 Thread John A. Debay
Hi,

I'm one of the developers of Twitbit, an iPhone Twitter app:

http://twitbitapp.com

As of about an hour ago, I began getting this error in response to
every API request sent to Twitter:

Rate limit exceeded. Clients may not make more than 0 requests per
hour.

I get this for all accounts I have added to Twitbit.

For what it's worth, Twitbit is an OAuth app, and if I fire up a
different Twitter iPhone application that uses basic auth configured
with the same accounts, I do not receive this error.

I've searched for this error, and there are other people using other
applications complaining of the same thing.

Any help with this is greatly appreciated. Thanks in advance.

John


Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Anton Krasovsky
Happens to me too, a lot of (all?) user accounts are getting Rate
limit exceeded. Clients may not make more than 0 requests per hour.
error messages.

Anton

On Thu, Jan 28, 2010 at 9:51 PM, Rich rhyl...@gmail.com wrote:
 Interesting my whitelisted account is still working, but the non
 whitelisted ones are broken over oAuth

 On Jan 28, 9:48 pm, Rich rhyl...@gmail.com wrote:
 Just run it through my debugger, it's absolutely returning an HTTP 400
 response

 On Jan 28, 9:46 pm, Rich rhyl...@gmail.com wrote:



  Looks like they are in the process of upping the oAuth rate limit as
  now I'm getting different results but still a 400 error

  On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:

   Are others having trouble with Ratelimits?

   Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
   I have checked. Here are some sample HTTP headers:

    [Date] = Thu, 28 Jan 2010 21:27:55 GMT
    [Server] = hi
    [X-Ratelimit-Limit] = 0
    [Status] = 400 Bad Request
    [X-Ratelimit-Remaining] = 0
    [X-Runtime] = 0.02640
    [Content-Type] = application/json; charset=utf-8
    [Content-Length] = 412
    [X-Ratelimit-Class] = api_identified
    [Cache-Control] = no-cache, max-age=300
    [X-Ratelimit-Reset] = 1264716226

   Notice that X-Ratelimit-Reset is also out of date when compared to
   [Date]

   Any ideas? Could our app have been blacklisted for some reason, or is
   this a more widespread problem?

   Eric.



[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread morgan
I'm having the same problems. oauth calls from my application are
failing with the '0 reqs per hour' message, on both my internal
machines and my host at the data center. However, my personal account
still flies okay on seesmic etc... It's weird. My app isn't considered
aggressive at this point since I'm the only testing it.  My attachment
to the sample stream is still flowing right along.


On Jan 28, 1:51 pm, Rich rhyl...@gmail.com wrote:
 Interesting my whitelisted account is still working, but the non
 whitelisted ones are broken over oAuth

 On Jan 28, 9:48 pm, Rich rhyl...@gmail.com wrote:



  Just run it through my debugger, it's absolutely returning an HTTP 400
  response

  On Jan 28, 9:46 pm, Rich rhyl...@gmail.com wrote:

   Looks like they are in the process of upping the oAuth rate limit as
   now I'm getting different results but still a 400 error

   On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:

Are others having trouble with Ratelimits?

Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
I have checked. Here are some sample HTTP headers:

 [Date] = Thu, 28 Jan 2010 21:27:55 GMT
 [Server] = hi
 [X-Ratelimit-Limit] = 0
 [Status] = 400 Bad Request
 [X-Ratelimit-Remaining] = 0
 [X-Runtime] = 0.02640
 [Content-Type] = application/json; charset=utf-8
 [Content-Length] = 412
 [X-Ratelimit-Class] = api_identified
 [Cache-Control] = no-cache, max-age=300
 [X-Ratelimit-Reset] = 1264716226

Notice that X-Ratelimit-Reset is also out of date when compared to
[Date]

Any ideas? Could our app have been blacklisted for some reason, or is
this a more widespread problem?

Eric.


[twitter-dev] Re: 'Incorrect signature' on status update with OAuth when verify credentials works

2010-01-28 Thread arian cabezas
Hi Ryan.
I´m having the same problem with the statuses/update using the php
library provided by Twitter, name as : Twitter-async, as said eco_bach
i verified my signatures and i receive information back on verify
credentials (and no 'incorrect signature' error), it´s really rare
what it´s happening couse some times it works and some times apeear
when a do a ¨$connection-post('statuses/update', array('status' =
$statusStr))¨ the misterious message ¨incorrect signatures¨ as
response. I dont know what to do, becouse i´m following all the stuffs
that are described on the Twitter-async API. It began to happen the
last Tuesday 26th.
My regards.
Arian

On 27 ene, 00:30, ryan alford ryanalford...@gmail.com wrote:
 It is still a POST, you just don't write the post data to the request.  That
 post data is now in the query string where Twitter is expecting it.

 Ryan

 Sent from my DROID

 On Jan 26, 2010 4:32 PM, eco_bach bac...@gmail.com wrote:

 Hi Ryan
 Changed to 'GET' and it seems I still get the Incorrect signature.
 error

 And the second time I try to update status, I also get 'This method
 requires a POST.' error.


[twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Proxdeveloper
I'm getting this error messages while requesting the statuses and
DirectMessages from the API.
HTTP 400 Error.
Is Twitter working on this issue ?

On Jan 28, 3:27 pm, Michael Steuer mste...@gmail.com wrote:
 We see this too now on a bunch of our test accounts.. Does Twitter have a 
 resolution time?

 It's making the use and development efforts of our application all but 
 impossible...

 On Jan 28, 2010, at 1:51 PM, Rich wrote:

  Interesting my whitelisted account is still working, but the non
  whitelisted ones are broken over oAuth

  On Jan 28, 9:48 pm, Rich rhyl...@gmail.com wrote:
  Just run it through my debugger, it's absolutely returning an HTTP 400
  response

  On Jan 28, 9:46 pm, Rich rhyl...@gmail.com wrote:

  Looks like they are in the process of upping the oAuth rate limit as
  now I'm getting different results but still a 400 error

  On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:

  Are others having trouble with Ratelimits?

  Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
  I have checked. Here are some sample HTTP headers:

   [Date] = Thu, 28 Jan 2010 21:27:55 GMT
   [Server] = hi
   [X-Ratelimit-Limit] = 0
   [Status] = 400 Bad Request
   [X-Ratelimit-Remaining] = 0
   [X-Runtime] = 0.02640
   [Content-Type] = application/json; charset=utf-8
   [Content-Length] = 412
   [X-Ratelimit-Class] = api_identified
   [Cache-Control] = no-cache, max-age=300
   [X-Ratelimit-Reset] = 1264716226

  Notice that X-Ratelimit-Reset is also out of date when compared to
  [Date]

  Any ideas? Could our app have been blacklisted for some reason, or is
  this a more widespread problem?

  Eric.




Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Anton Krasovsky
It looks like this problem is affecting api.twitter.com only. I've
moved from to twitter.com and it's gone.

Anton

On Thu, Jan 28, 2010 at 10:04 PM, Anton Krasovsky
anton.krasov...@gmail.com wrote:
 Happens to me too, a lot of (all?) user accounts are getting Rate
 limit exceeded. Clients may not make more than 0 requests per hour.
 error messages.

 Anton

 On Thu, Jan 28, 2010 at 9:51 PM, Rich rhyl...@gmail.com wrote:
 Interesting my whitelisted account is still working, but the non
 whitelisted ones are broken over oAuth

 On Jan 28, 9:48 pm, Rich rhyl...@gmail.com wrote:
 Just run it through my debugger, it's absolutely returning an HTTP 400
 response

 On Jan 28, 9:46 pm, Rich rhyl...@gmail.com wrote:



  Looks like they are in the process of upping the oAuth rate limit as
  now I'm getting different results but still a 400 error

  On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:

   Are others having trouble with Ratelimits?

   Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
   I have checked. Here are some sample HTTP headers:

    [Date] = Thu, 28 Jan 2010 21:27:55 GMT
    [Server] = hi
    [X-Ratelimit-Limit] = 0
    [Status] = 400 Bad Request
    [X-Ratelimit-Remaining] = 0
    [X-Runtime] = 0.02640
    [Content-Type] = application/json; charset=utf-8
    [Content-Length] = 412
    [X-Ratelimit-Class] = api_identified
    [Cache-Control] = no-cache, max-age=300
    [X-Ratelimit-Reset] = 1264716226

   Notice that X-Ratelimit-Reset is also out of date when compared to
   [Date]

   Any ideas? Could our app have been blacklisted for some reason, or is
   this a more widespread problem?

   Eric.




Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Will Fleming
Requests here seem to be working correctly again, thanks.


[twitter-dev] Efficiency of Search VS Streaming API for some apps

2010-01-28 Thread Jason Striegel
We started running into rate limiting issues today with one of our
applications that uses the Search API (squawq.com).  We're using it to
track user-defined queries for a bunch of folks and provide analytics
on those searches. It seems like developers are being asked to migrate
to the Streaming API, but I'm worried it's going to be _way_ less
efficient than how we're currently using the Search API.

Most of the terms we are tracking are relatively low volume and
contain complex search AND type keyword phrases. ex: [twitter
development OR twitterdev OR twitter api]. Most of these are low
volume and we can poll a couple times an hour very efficiently.

The problem is that as we gain more users, the number of these low-
volume terms increases. So a second user might be tracking [coke OR
coca cola], and a third user might track [first lego league OR
legoleague], and so on. To be able to support this with the Streaming
API we would either have to pull a gigantor amount of tweets in
through the firehose (assuming we had access) and implement another
layer of indexing, or we'd have to set up a stream for each search a
user has created, again pulling in way more data than we do currently,
but also requiring many concurrent connections and needing to do the
join behavior after the fact.

Long story short, I totally see how the streaming api has made things
super efficient for a number of applications.  For our Squawq app,
however, it seems to be the worst possible scenario: way more
bandwidth intensive, requiring more connections to support all the
different searches we are running on behalf of our users, and adding a
huge amount of processing, storage and software complexity to the
process. All for what seemed like a relatively lightweight, low-
bandwidth process with the search api.

Anyone have any ideas for making the streaming api work well in this
scenario? Can the Twitter team still whitelist search api users that
have this sort of need?

Thanks in advance for any feedback or recommendations.
@jmstriegel


[twitter-dev] Interesting Spam @reply

2010-01-28 Thread tensigma
I got this message today as an @reply:

http://twitter.com/celeste9uk7/status/8339828993

It took chunks of my past @replies and sent it to me.  I actually had
to click the link to see if it was spam or not.  Anyone else seen this
yet?


[twitter-dev] about search api and User Agent

2010-01-28 Thread javaness
Hi:

Search Api Documentation says that:
Applications must have a meaningful and unique User Agent when using
this method. 

It is not clear for me. My web page will make requests from client-
side, so normally the User Agent will be the browser and system
information of clients. Is the default one (browser-system
information) meaningful or should I manually change the User Agent.
What is unique and meaningful, should I give a number for it.
Or do you mean, the requests from the same ip should have the same
User Agent string.

Thanks;


[twitter-dev] What is the lifespan of the OAuth token?

2010-01-28 Thread Dmitri Snytkine
Is this the right group to ask about the OAuth implementation?

I am new to OAuth, just decided to learn more and to try to add Login
with twitter' to my CMS
I have a question - how long is the token good for? I mean, is the
token life somehow tied to a user's session or can I use a token after
user has left my site, for a relatively long time?

If I want to create a service like twitlater, where a user creates
messages and tells the service to send them in a few days or in a
month, will OAuth work for that or will the token expire before the
time to send message? I mean the original user who set the 'time to
send' will not be logged in at that time anymore.

I'm just not sure if OAuth token will still be valid after a month.

How long is it good for?

Thanks.


Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Xavier Grosjean
Now the problem is different.
The headers in the timeline request response headers have a limit set to
350, while the response to the get_rate_limit request still says 150...

2010/1/28 Michael Steuer mste...@gmail.com

 We see this too now on a bunch of our test accounts.. Does Twitter have a
 resolution time?

 It's making the use and development efforts of our application all but
 impossible...


 On Jan 28, 2010, at 1:51 PM, Rich wrote:

  Interesting my whitelisted account is still working, but the non
  whitelisted ones are broken over oAuth
 
  On Jan 28, 9:48 pm, Rich rhyl...@gmail.com wrote:
  Just run it through my debugger, it's absolutely returning an HTTP 400
  response
 
  On Jan 28, 9:46 pm, Rich rhyl...@gmail.com wrote:
 
 
 
  Looks like they are in the process of upping the oAuth rate limit as
  now I'm getting different results but still a 400 error
 
  On Jan 28, 9:41 pm, Shelkie eshel...@gmail.com wrote:
 
  Are others having trouble with Ratelimits?
 
  Suddenly the X-Ratelimit-Limit has changed to 0 for several accounts
  I have checked. Here are some sample HTTP headers:
 
   [Date] = Thu, 28 Jan 2010 21:27:55 GMT
   [Server] = hi
   [X-Ratelimit-Limit] = 0
   [Status] = 400 Bad Request
   [X-Ratelimit-Remaining] = 0
   [X-Runtime] = 0.02640
   [Content-Type] = application/json; charset=utf-8
   [Content-Length] = 412
   [X-Ratelimit-Class] = api_identified
   [Cache-Control] = no-cache, max-age=300
   [X-Ratelimit-Reset] = 1264716226
 
  Notice that X-Ratelimit-Reset is also out of date when compared to
  [Date]
 
  Any ideas? Could our app have been blacklisted for some reason, or is
  this a more widespread problem?
 
  Eric.




Re: [twitter-dev] What is the lifespan of the OAuth token?

2010-01-28 Thread Josh Roesslein
I believe Twitter currently does not expire access tokens.
They may become invalid in the future due to the user revoking access
to your application.
Otherwise it should be good still for a long time.

Josh

On Thu, Jan 28, 2010 at 9:19 PM, Dmitri Snytkine d.snytk...@gmail.com wrote:
 Is this the right group to ask about the OAuth implementation?

 I am new to OAuth, just decided to learn more and to try to add Login
 with twitter' to my CMS
 I have a question - how long is the token good for? I mean, is the
 token life somehow tied to a user's session or can I use a token after
 user has left my site, for a relatively long time?

 If I want to create a service like twitlater, where a user creates
 messages and tells the service to send them in a few days or in a
 month, will OAuth work for that or will the token expire before the
 time to send message? I mean the original user who set the 'time to
 send' will not be logged in at that time anymore.

 I'm just not sure if OAuth token will still be valid after a month.

 How long is it good for?

 Thanks.



RE: [twitter-dev] Interesting Spam @reply

2010-01-28 Thread Michael Paladino
We had what looks like a similar situation.  The account
http://twitter.com/webendover is @replying to our
http://twitter.com/silverjoes account with text from our previous tweets.
Definitely looks like a new form of spam.

-Original Message-
From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-t...@googlegroups.com] On Behalf Of tensigma
Sent: Thursday, January 28, 2010 9:09 PM
To: Twitter Development Talk
Subject: [twitter-dev] Interesting Spam @reply

I got this message today as an @reply:

http://twitter.com/celeste9uk7/status/8339828993

It took chunks of my past @replies and sent it to me.  I actually had
to click the link to see if it was spam or not.  Anyone else seen this
yet?



[twitter-dev] Statuses/Show Method doesn't display multiple statuses?

2010-01-28 Thread beerkid
I am looking to get a result similar to if I visit twitter.com/
USERNAME.

I just want to show latest 20 updates from a single user but my
developer says that Statuses/Show will only show most recent update.

I find it hard to believe that the API wouldn't allow one to achieve
what I explained above. What am I missing?


[twitter-dev] Re: Statuses/Show Method doesn't display multiple statuses?

2010-01-28 Thread @epc
On Jan 29, 12:35 am, beerkid beers...@gmail.com wrote:
 I just want to show latest 20 updates from a single user but my
 developer says that Statuses/Show will only show most recent update.

See http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline


[twitter-dev] How a tweet brought makeshift 911 services to life in Haiti

2010-01-28 Thread M. Edward (Ed) Borasky
-- Forwarded message --
From: M. Edward (Ed) Borasky zzn...@gmail.com
Date: Thu, Jan 28, 2010 at 10:52 PM
Subject: Interesting article on the 4636 project
To: crisiscamp...@googlegroups.com, crisisfil...@googlegroups.com,
swiftri...@googlegroups.com


P.S.: I just retweeted the link - thanks @windwest



http://venturebeat.com/2010/01/28/team-4636/

--
M. Edward (Ed) Borasky
http://borasky-research.net

I've always regarded nature as the clothing of God. ~Alan Hovhaness



-- 
M. Edward (Ed) Borasky
http://borasky-research.net

I've always regarded nature as the clothing of God. ~Alan Hovhaness


[twitter-dev] Re: Statuses/Show Method doesn't display multiple statuses?

2010-01-28 Thread Jason Striegel
The easy way is to use the search API with from:username as the query
term.  It'll work for public tweets.
Ie. http://search.twitter.com/search.json?q=from%3Ajmstriegel

I'm currently hitting rate limit issues with the search api, though,
so if you're planning on doing this in high volume for lots of users
at a time, look into the streaming api instead.  There's a follow
parameter on the statuses/filter method that will get you what you
want:
http://apiwiki.twitter.com/Streaming-API-Documentation




On Jan 28, 11:35 pm, beerkid beers...@gmail.com wrote:
 I am looking to get a result similar to if I visit twitter.com/
 USERNAME.

 I just want to show latest 20 updates from a single user but my
 developer says that Statuses/Show will only show most recent update.

 I find it hard to believe that the API wouldn't allow one to achieve
 what I explained above. What am I missing?


Re: [twitter-dev] Statuses/Show Method doesn't display multiple statuses?

2010-01-28 Thread Kevin Marshall
I believe you are looking for user_timeline:

http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline

- Kevin
http://wow.ly

On Fri, Jan 29, 2010 at 12:35 AM, beerkid beers...@gmail.com wrote:
 I am looking to get a result similar to if I visit twitter.com/
 USERNAME.

 I just want to show latest 20 updates from a single user but my
 developer says that Statuses/Show will only show most recent update.

 I find it hard to believe that the API wouldn't allow one to achieve
 what I explained above. What am I missing?