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

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -