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.'

http://cl.ly/image/1g3z0y0h1x0c

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

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -