I already built a way for users to send requests to other users, to INVITE them to the android app I have.
The thing is, the receiver of the facebook notification, gets this default ugly text "John sent you a request" in it, and I want the notification to be something like "John invited you to try [Appname]".
I can't find any good answer in Facebook documentation(which by now I hate). This are the tutorials and docs that I followed:
https://developers.facebook.com/docs/graph-api/reference/v2.0/user/apprequests/?locale=es_LA
https://developers.facebook.com/docs/android/send-requests?locale=es_LA#step2
https://developers.facebook.com/docs/games/requests/v2.2?locale=es_LA
Thanks