|
|
Browse by Tags
All Tags » JSON (RSS)
-
Yahoo email inbox. Works with original yahoo format only
-
Gets temperature and weather description from weather.com as a single JSON object. Few bugs fixed.
-
.
I posted my comment here, where I thought it was more appropriate. Could you please reply?
http://openkapow.com/forums/thread/5920.aspx
.
-
Thanks for the "Personal Digg RSS" demo using json and callbackFunction. However, this way of doing is limited, because it requires loading a page and then getting the result in json format. Making a second call requires to reload the page.
In my case, I want to call a REST service from javascript without having to ...
-
To use a callback function you need to specify the GET parameter "json.callback" in the URL to the REST robot. For example you would have a URL like this:
http://service.openkapow.com/...?resultformat=json&json.callbackFunction=myVeryOwnCallbackFunction&...
Then you of course need to define the javascript funciton ...
-
Try json.org for a technical overview and also check out the articles on javascript at developer.yahoo.com. That should be plenty to get you started.
-
I would like to use JSON from a REST robot. I have checked the Personal Digg RSS demo, but I have never used JSON before and I dont know the basics. Does anybody have any idea of where I can get good info about JSON?
-
Digg that contains just stories from specific topics and/or with specfic keywords. The demo is built using one REST robot that retreives the story topics from Digg and one RSS robot that creates the RSS feed. This is a good example of how to use both REST robots with JSON output and RSS robots. Robots and the full source code are of course ...
|
|