I am using following direct url method to send app request to my facebook friends:
https://www.facebook.com/dialog/apprequests?
app_id=APP_ID&
message=MESSAGE&
redirect_uri=http://www.example.com/response
And it is working fine but i actually need to redirect the user who received this app request notification to my site's login page (http:///accounts/login/) when he click on this notification.
Thanks in advance.