I am using java script Facebook request calling this
FB.ui({
method: 'apprequests',
message: "You should learn more about this awesome site."
});
The user is prompted with some dialog box and send his invitation. This works well. But, when the invited user clicks on the invitation, he is redirected to
https://apps.facebook.com/MyAPP/?fb_source=notification&request_ids=someId&ref=notif&app_request_type=user_to_user¬if_t=app_request
the problem is that this page is blank like a 404 page but at the top, the Facebook header is displayed. Is there a way to redirect the user to the page site from where the request was sent ?