[twitter-dev] Re: Any idea to minimize my request number?

2011-07-08 Thread Jean-Yves Kiger
Hi,

Thank you very much for your answer, i missed the user lookup request
>_<


On Jul 7, 10:58 pm, Taylor Singletary 
wrote:
> Hi,
>
> You may find better results using the Streaming API instead of the Search
> API:https://dev.twitter.com/pages/streaming_api
>
> Also, if you did have to perform bulk lookups of multiple users, the
> users/lookup API is superior in that you can perform 80-100 user lookups in
> a single call:https://dev.twitter.com/doc/get/users/lookup
>
> @episod  - Taylor
> Singletary
>
> On Thu, Jul 7, 2011 at 8:25 AM, Jean-Yves Kiger  wrote:
> > Hi everyone,
>
> > Here is my project:
> > I would like to make a java programm wich would store as many tweets
> > as possible about one subject using the search API.  And once it is
> > done, i would like to get basic informations about their posters, such
> > as their number of followers, number of tweets and so on. But for that
> > purpose i will have to make one request like that
>
> >http://api.twitter.com/1/users/show.json?screen_name=SCREEN_NAME_STR
>
> > for each individual poster, wich will surely reaches the rate
> > limitation before i could store all the informations i want.
> > I dont find these informations in the HTML code of the homepage of
> > each users, so i think i will have to get them through the REST API.
>
> > Do you have any idea to get the informations i want to get without
> > overflow the limitation?
>
> > Thanks for reading, and pardon my english.
>
> > --
> > Twitter developer documentation and resources:https://dev.twitter.com/doc
> > API updates via Twitter:https://twitter.com/twitterapi
> > Issues/Enhancements Tracker:
> >https://code.google.com/p/twitter-api/issues/list
> > Change your membership to this group:
> >https://groups.google.com/forum/#!forum/twitter-development-talk

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


[twitter-dev] Re: any idea??

2009-11-24 Thread creative
Thanks, I'll look into that but I doubt that's the issue, this started
happening when they started storing the images in a different
location, and it hasn't worked since.
It seems to go through without any errors from the api yet when you go
to your twitter page nothing has been changed.
Everything else works, the font colors etc..

The response from the api says the background image is here
http://a0.twimg.com/profile_background_images/bg.gif that's not the
correct location for the image.

On Nov 24, 1:44 pm, Andrew Badera  wrote:
> I'd heard something about max upload size being way down ... but
> that's anecdotal and perhaps unrelated ...
>
> ∞ 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 Tue, Nov 24, 2009 at 11:15 AM, creative  wrote:
> > Does anyone have any idea why the update background image just stopped
> > working?