How do I customize the message displayed in a users Facebook friend request (invite)? -
i have this, , want 'check out app' displayed in users notification.
fb.ui({method: 'apprequests', message: 'check out app', });
but message not displayed want:
it says 'kamil has sent request.'
sadly, apprequests 'message' visible if target user granted permissions application.
this known facebook limitation avoid phishing , spam.
there workaround (circa q1 2012), adding new_style_message: true fb.ui options parameter showed it. people reported still works them, (as of recent tests) it's not working anymore.
cheers!
Comments
Post a Comment