On Apr 29, 7:38 pm, "Vision Jinx (Guru)" <[email protected]> wrote: > My advice and best for gadgets (type=url also!!) would be to avoid the > gadgets functions all together and just dynamically write a scrip tag.
Ah, I see what you mean now. The return from the service call actually writes out "callback(json)" into the source, so just writing out the script tag is enough to make the call and handle the callback. Unfortunately I can't do it that way because I want much more control over my RSS feeds. I need to be able to retrieve the data on demand, refresh, cancel, etc. Also, the JSON format is different than with the _IG_FetchFeedAsJSON call, unfortunately. I would need to change a bunch of my code to process the results differently, just to get the author field. It would be so much easier if _IG_FetchFeedAsJSON would just add the author field! I may switch over to this services method sometime later, but I think for now I will keep using _IG_FetchFeedAsJSON and just live without the author field. Bummer. Matt Kruse --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
