<Optional feature="hi5-lifecycle">
<Param name="installPingUrl" value="http://yourserver/handleInstall"/>
<Param name="removePingUrl" value="http://yourserver/handleRemove"/>
<Param name="invitePingUrl" value="http://yourserver/handleInvite"/>
</Optional>
This is a good time for a refresher on the existing events, so here's what to expect from each event:
NAME FIRES METHOD PARAMS
installPingUrl After install POST uid = userid of installing user
removePingUrl After uninstall POST uid = userid of uninstalling user
invitePingUrl After invite POST uid = userid of inviter, sent_ids = userids successfully sent to
One other note -- these pings are not currently signed. This has been requested by several developers and we do have a feature request open for this, although we don't have an ETA on that being completed at the moment.
Hope you find this useful.
Why not use OAuth for signing the pings?
This is on our roadmap. We are close to announcing OAuth support and after that can enable this as well.