[twitter-dev] Re: TimeLine of 3~4 users

2009-04-20 Thread Raquibul Islam
I agree with u . FQL allow developers to make the call as we like :) stevenic wrote: >> You can, provided it's under 140 characters and the accounts are >> public. If you get up to about 5 or more accounts, you'll have to >> make multiple calls, and you're back to merging them together again. >>

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-20 Thread stevenic
> You can, provided it's under 140 characters and the accounts are > public. If you get up to about 5 or more accounts, you'll have to > make multiple calls, and you're back to merging them together again. > -Chad Right... But even if you have to spread things out across 4 or 5 calls, because yo

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-20 Thread Chad Etzel
You can, provided it's under 140 characters and the accounts are public. If you get up to about 5 or more accounts, you'll have to make multiple calls, and you're back to merging them together again. -Chad On Mon, Apr 20, 2009 at 4:04 PM, stevenic wrote: > > So why can't you do this? > > http:/

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-20 Thread stevenic
So why can't you do this? http://search.twitter.com/search.atom?lang=en&q=from%3Aaplusk+OR+from%3Amashable+OR+from%3Atechcrunch If your queries under 140 characters, you should be able to retrieve the public updates for multiple users using the search API. You just use the "from:" filter and "O

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-20 Thread Raquibul Islam
Hello peter thanks for ur replay . U got me right .Thanks for the advice . Peter Denton wrote: > Hi Raquibul, > I know what you are asking and it is not possible. Basically, if I may > guess, you want to make a "group" of 3 people you follow and be able > to make a call to their stream collate

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-19 Thread Peter Denton
Hi Raquibul, I know what you are asking and it is not possible. Basically, if I may guess, you want to make a "group" of 3 people you follow and be able to make a call to their stream collated. You can not do this with an API method, however there are plenty of tools like magpie rss that can grab 3

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-19 Thread Chad Etzel
You can't. You'll have to call it separately for each person you want, then use code to merge them together based on timestamp or something. -Chad On Mon, Apr 20, 2009 at 12:40 AM, Raquibul Islam wrote: > > i saw this before . How can i call with 3 users name together ? > > > Abraham Williams w

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-19 Thread Raquibul Islam
i saw this before . How can i call with 3 users name together ? Abraham Williams wrote: > Use > http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline > for the 3 or 4 users. > > On Sun, Apr 19, 2009 at 16:06, ranacse05 > wrote: > > > Hell

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-19 Thread Abraham Williams
Use http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timelinefor the 3 or 4 users. On Sun, Apr 19, 2009 at 16:06, ranacse05 wrote: > > Hello > suppose i'm following 100 users , how can i get the twittes only from > 3 or 4 users ??? > > I meant using the api , so that the page