Hi,
I suppose you mean you want to register the information which is there in
User's profile. By register, you mean store this information in your own
back end database.

If this is correct, you could use gadgets.io.makeRequest() to communicate
with your data base. You will need to build a service layer in front of your
database, in the form of web application, that could may be parse json
requests and response. In fact how you build this web application is
entirely up to you, just it should be possible for gadet to communicate with
it over http.

In order to make this communication secure, you can use signed request.
Signed requests ensures that your web application can verify whether the
request has been sent by a OpenSocial container and the request is not a
spoofed request.

I am including some links to help you get started

How to use gadgets.io.makeRequest? -
http://code.google.com/p/opensocial-resources/wiki/CodeSnippets
Tutorial - OpenSocial Gadget communicating with Google App Engine (along
with signed request) -
http://code.google.com/apis/opensocial/articles/appengine.html

Thanks,
Rohit
Google Developer Programs

Meet OpenSocial developers
irc://irc.freenode.net/opensocial

On Fri, Jun 13, 2008 at 10:02 AM, Vinicius <[EMAIL PROTECTED]>
wrote:

>
>
> how do I get my application to register information in the profile of
> the user?
>
> type database ... must keep some information
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to