Hi amit,

On Jun 28, 9:32 pm, amit <[EMAIL PROTECTED]> wrote:

> 1. But what i want to know is how to track add application event as i
> want to add the user into my database when the user adds application.
> I know that makePOSTrequest will help in this, but i want to track ADD
> APPLICATION event.

In v0.8, you will be able to specify URLs that the OpenSocial
container will post event data when certain events are triggered. To
receive events, you can place one or more Link tags in your
application's XML file. The example is following:

<Link rel="event.addapp" href="http://foo/bar/appadd"; method="POST" />

Then, you will receive the addapp event with id attribute of users and
from attribute as parameters, too.

You can see more information in "Lifecycle events" section at
following URL:
http://code.google.com/apis/opensocial/docs/0.8/spec.html

Best regards,
Yoichiro

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