This is very weird. I know that if you create app to user created app-request, it doesn't appear anywhere..
but in this case I tried the FB.ui dialog to create user to user app request. Like this:
FB.ui({method: 'apprequests',
message: 'I invite you for a coffee together',
to: xxxxxxxx
});
It opens the dialog and sends the request successfully.
but the problem is that the recipient doesnt get notified about the app request in any way..
I tried disabling sandbox mode and everything, but there's no way to notify the recipient about the apprequest he has received :/
What am i doing wrong?