Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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:

http://apps.facebook.com/XXXXX/?fb_source=notification&request_ids=XXXXXX&ref=notif&app_request_type=user_to_user

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

Solved with $_GET[request_ids], easy :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.