YQL in the Gadget file of a YAP
In the CDATA section of a YAP Gadget file can you use YQL statements like in an open data table.
For example:
var q = y.query('select * from html where url="http://finance.yahoo.com/q?s=yhoo" and xpath="//div[@id=\'yfi_headlines\']/div[2]/ul/li/a"');
var results = q.results;
Second, if the first question is positive,
Can, I go through the oauth process through programming within a gadget file, using yql?
I realize a gadget file can add content to an update with the simple iping example provided by yahoo, but I don't see yql statements as being able within a gadget file, so I prompted the forum,
thank you in advance.
by
7 Replies