I'm currently implementing the makeRequest method on our Google Gadgets server and i'm having some trouble understanding what the structure of the returned JSON encoded FEED object should be.
I've seen Shindig's implementation of the fetchJson() function, which returns different structure depending on the type of feed, RSS vs Atom. Which means that an RSS feed would return pubDate and Atom would return published, whereas Orkut's feed would only respond the Date attribute. Here what I found in an article (http://code.google.com/apis/ opensocial/articles/makerequest.html): { URL : "http://example.com", Title : "Example Feed", Description : "A subtitle.", Link : "http://example.com/feed/", Author : "Sample Testington", Entry : [ { Title : "You can request feeds with makeRequest", Link : "http://example.com/entry12345", Summary : "Some text." } } So the question is: Do we decide the feed object structure for our developers or is there some spec we're missing? Anyone who could shed some light on this issue? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" 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/opensocial-container?hl=en -~----------~----~----~----~------~----~------~--~---
