Hi Luciano, Thanks a lot. MakeRequest() has proved helpful for me. And I guess version 0.8 was released recently... So, do all containers currently support version 0.8, or does it take time before all containers upgrade to version 0.8 ?
Thank You, Prafulla Hi All, I need to store large amount of an opensocial application information into a backend server. Is it possible to use PHP + MySQL as backend for opensocial applications ? I was able to use the persistent storage method given in one of the basic examples ( using newUpdatePersonAppDataRequest() method ). However, I want to know if I can use plain PHP and MySQL to store the data into my own backend server. Regards, Prafulla Prafulla On Jun 4, 5:06 pm, "Luciano Ricardi" <[EMAIL PROTECTED]> wrote: > Prafulla, > > This is totally possible. Actually, in version 0.7 you can use the > MakeRequest() call: > > http://code.google.com/apis/opensocial/docs/0.7/devguide.html#Remote_... > > To 0.8, many improvements related to server communications are being > implemented with RESTful API. > > http://code.google.com/apis/opensocial/docs/releasenotes.html#0.8 > > > > On Wed, Jun 4, 2008 at 8:05 AM, prafulla <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > I need to store large amount of an opensocial application information > > into a backend server. Is it possible to use PHP + MySQL as backend > > for opensocial applications ? I was able to use the persistent storage > > method given in one of the basic examples ( using > > newUpdatePersonAppDataRequest() method ). > > However, I want to know if I can use plain PHP and MySQL to store the > > data into my own backend server. > > > Regards, > > Prafulla > > -- > Luciano --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" 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-api?hl=en -~----------~----~----~----~------~----~------~--~---
