Facebook Friend Invitation Request Doesn't Display The Message
I have a String message = 'hi'; and when the user gets the invitation he doesn't see my message, but something like you have a request from ... params.putString('message', message)
Solution 1:
The message is not shown in the notification popup for invites.
It is only shown if the target user has installed the app already.
Post a Comment for "Facebook Friend Invitation Request Doesn't Display The Message"