Hey Eric, Yeah! It was all Javascript, I used JSON/JSONP. Just getting ready to head off to work, but will follow up again with some "Hello World" code snippets to get you started. But basically, you can dynamically write a script tag with the src param being the URL to the Twitter lists API requesting JSON format, you need to add a callback param also so it will call your callback handler with the JSON results. (Just like the Google REST APIs) There are a few ways to do things with the Twitter lists API but that was the approach I took. :)
Cheers! Vision Jinx On Nov 12, 10:37 am, Eric Dorman <[email protected]> wrote: > Hey Vision, > > Did you try doing that Twitter Lists App in Javascript? > > I tried doing it in javascript,but it didn't work. > > Can you show me some code snippits of how you managed to get the > Twitter Lists API to work? > > I would like to use the Twitter Lists API,but I have not very good > luck with it. > > Thanks & God Bless, > Eric Dorman > > On Nov 12, 2:17 am, Vision Jinx <[email protected]> wrote: > > > 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=.
