I’m using Facebook application requests in my application for users to invite their friends. And I use the ‘Message’ property to set the application custom message and send the invitation.
I know that once we send the application request, it’s up to Facebook to send the original application request and display notification on the target user’s profile.
Is it possible to translate the message and display in the target user’s notifications (based on the target user’s locale or language preference)?
Is there any option in Facebook or any option using Graph API?
If you have the receipients user id, you can call graph.facebook.com/friendId and read the locale field and send it based on that.