Just to clarify:

By dynamic loading i mean dynamically creating a script to jsapi.
By autoloading i mean including the api (in my case the feeds api) as
a parameter to jsapi to eliminate an additional load.


It seems there are two different ways to do the callback.
1) You can specify a callback as its own parameter to jsapi (like
"&callback=googleAPILoaded").
2) You can also specify a callback inside the autoloading of the feeds
api by url encoding "{"callback" : feedAPILoaded}"

Is there a best or proper way to do this? Is it certain that the feed
api will be loaded in both cases? I'm tempted to use the second.
--~--~---------~--~----~------------~-------~--~----~
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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to