[twitter-dev] Re: Search by KW then RT

2009-09-10 Thread dizid
PHP libraries / examples are here: http://apiwiki.twitter.com/Libraries#PHP On Sep 10, 6:55 am, Joel Strellner wrote: > Something like this is going to require a server-side language, like PHP, > Perl, Ruby, etc.  JavaScript wont cut it. > > I'm not sure how you'd do this without it being spammy

[twitter-dev] Re: follow and reply using auth tokens

2009-09-08 Thread dizid
Hi binu, Well, the first thing anyone who might be able to help you needs to know: in which language are you prgramming? On Sep 8, 4:49 am, binu wrote: > hi > > Can any one help me to do  follow and reply in twitter API using auth > tokens > > thanks

[twitter-dev] Re: tweets

2009-09-08 Thread dizid
Dick, Better ask questiosn in English here ;) > Als ik een tweet zend kom ik deze naderhand niet tegen bij degene die ik volg. Klopt, diegene aan wie jij een tweet stuurt moet jou volgen (i.p.v. wat jij boven beschrijft, nl. dat jij diegene volgt) > Als er een tweet gestuurd woord door de gene

[twitter-dev] Re: Getting screen_name from id without gazillion API calls?

2009-09-08 Thread dizid
Owkaye, Well, Twitter would not need to change the system (with id's an screenname's) because there is a user advantage to being able to change your screenname. But, maybe the Twitter API could return both ID and screen_name with only 1 call to the API. Programmers can then choose to work with I

[twitter-dev] Re: Getting screen_name from id without gazillion API calls?

2009-09-05 Thread dizid
nks! > > Michael > > On Sep 4, 2009, at 11:23 PM, TjL wrote: > > > > > caching is the best answer i have found > > > On Fri, Sep 4, 2009 at 9:01 PM, dizid wrote: > > >> Hi, > > >> When i request friends (or followers) from the Twitter API

[twitter-dev] Getting screen_name from id without gazillion API calls?

2009-09-04 Thread dizid
Hi, When i request friends (or followers) from the Twitter API i want to get the screen_name's based on the id's. I use users/show for this, inputting the id and getting back de screen_name. This costs ALOT of API calls and i run into the API rate limit fast, especially with many friends. Is th