There is a tweet gadget that makes use of the ajax jquery function $.getJSON that grabs tweet feeds from yahoo, it works. I'm not sure why theirs works and when I host a simple PHP file that does a json encode mine doesn't. I'm very confused about this. If it is a security issue, is it because Google trusts Yahoo as a source?
Thanks for the makeRequest tip it worked! Though, gadgets.io.ContentType.JSON didn't work, had to use TEXT. Maybe my PHP is malforming the JSON? I'm just using json_encode. Might be why the ajax requests before didn't work. -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=en.
