I have a facebook canvas app like this: http://dpaste.com/809111/
I use this to redirect user on my site when a user invite friends on my site with facebook multi friends selector.
When a user receive the request on facebook, he clicks on a link like this:
and then, through my facebook canvas app will be redirect on my site.
Ok, perfect.
Now, i would want to catch request_ids and redirect the user on a custom link, like this:
mysite.com/invite/?request_ids=XXXXXX
to track invite and result from invite.
Thanks in advance.
