Re: [twitter-dev] Re: How to show top 20 twiits of the day

2010-05-05 Thread milind savale
Thanks friend,

its great solution but right now  i am facing new problem
I have to show latest first twit of any celebrity like parishilton
for this purpose i used following url
http://twitter.com/statuses/user_timeline/parishilton.json?count=1
and it gives error

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

Will you please me provide solution on that
pls help me

thanks and regard
milind

On Tue, Apr 27, 2010 at 11:07 AM, loretoparisi loretopar...@gmail.comwrote:

 Hi,
 I'm using the Home and Public Timelines API in a web app. The Home
 Timeline permits to have a count of the tweets to retrieve and to
 paginate them, the Public not. So we have different list behaviours on
 the list based API.
 I think it could be a nice features for developers to have a similar
 behavior for pagination and count in all list-based api, instead of
 doing this client-side.

 Thanks,
 Loreto Parisi


 On 26 Apr, 19:17, Chris White chris.chriswh...@gmail.com wrote:
  If you mean the 20 most recent tweets from all users there's statuses/
  public_timeline:
 
  http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-public...
 
  Best Regards,
  Chris White
 
  On Apr 26, 6:55 am, millu milindsav...@gmail.com wrote:
 
   Hello friends
 
   I have one big problem, I have to show the Top most 20 twitts on my
   site just like twitter home page (not a user home page).
so question is it possible to shows the recent top most 20 result
   using php and Twitter API ?
 
   --
   Subscription settings:
 http://groups.google.com/group/twitter-development-talk/subscribe?hl=en



Re: [twitter-dev] Re: How to show top 20 twiits of the day

2010-05-05 Thread John Kalucki
If you wish to show tweets from many users, it may best to use the
follow parameter on the Streaming API and store them on your servers.
This way your traffic is proportional to the celebrity tweet velocity,
and not to your site's visitor velocity.

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


On Wed, May 5, 2010 at 3:46 AM, milind savale milindsav...@gmail.com wrote:
 Thanks friend,

 its great solution but right now  i am facing new problem
 I have to show latest first twit of any celebrity like parishilton
 for this purpose i used following url
 http://twitter.com/statuses/user_timeline/parishilton.json?count=1
 and it gives error

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

 Will you please me provide solution on that
 pls help me

 thanks and regard
 milind

 On Tue, Apr 27, 2010 at 11:07 AM, loretoparisi loretopar...@gmail.com
 wrote:

 Hi,
 I'm using the Home and Public Timelines API in a web app. The Home
 Timeline permits to have a count of the tweets to retrieve and to
 paginate them, the Public not. So we have different list behaviours on
 the list based API.
 I think it could be a nice features for developers to have a similar
 behavior for pagination and count in all list-based api, instead of
 doing this client-side.

 Thanks,
 Loreto Parisi


 On 26 Apr, 19:17, Chris White chris.chriswh...@gmail.com wrote:
  If you mean the 20 most recent tweets from all users there's statuses/
  public_timeline:
 
  http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-public...
 
  Best Regards,
  Chris White
 
  On Apr 26, 6:55 am, millu milindsav...@gmail.com wrote:
 
   Hello friends
 
   I have one big problem, I have to show the Top most 20 twitts on my
   site just like twitter home page (not a user home page).
    so question is it possible to shows the recent top most 20 result
   using php and Twitter API ?
 
   --
   Subscription
   settings:http://groups.google.com/group/twitter-development-talk/subscribe?hl=en