Hi, Another possible option would be to create a Twitter list of the twitter-ers then use the Twitter lists API to get the info if you want real time data or use the Google Feed fetcher to fetch it as XML and use that, but then you would be limited to the feed apis caching of the data so it would not be in real time then.
I think this is the link >> http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-statuses It only took me about 10-15 minutes to whip up an app with it so it's not that hard to work with in either solution. Note! There is a known issue with the # or results param (per_page) not working, Twitter says they hope to fix that soon. I am only getting 20 results when I should be able to request up to 200 (more then the Google API allows also) >> per_page. Optional. Specifies the number of statuses to retrieve. May not be greater than 200. Cheers! Vision Jinx On Nov 11, 8:04 pm, Eric Dorman <[email protected]> wrote: > Hey guys, > > I am trying to collect different Twitter Users Feeds,but I don't want > to add every feed url in the code. Is there a way to specify different > usernames from Twitter and have the AJAX Google Feed apis return the > all the feeds content? > > Thansk & God Bless, > Eric -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=.
