Just an FYI - its a minor error but worth noting for those starting
out...

In the documentation example "How To Read and Write Shared Social
Data"
http://code.google.com/apis/opensocial/articles/readwrite.html

There is a code example that appears just below this paragraph:
"Now define the requestData function to create an
opensocial.newDataRequest object with a request to fetch the data.
Notice that the viewer's Person object is also request because their
ID is needed to parse the data in the response object."

The function name is "request()", when in fact it should be
"requestData()". (Otherwise it is a duplicate function name)

Hope I am not repeating whats been said before...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Developers" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to