Answer the question
In order to leave comments, you need to log in
How to send a message to Facebook with a pre-filled text or an invite link?
Good afternoon!
You need to make sure that the user can send a link from the site to an invite to a friend on Facebook.
(Via js popup, because in version 2.0 it was forbidden to receive a list of user's friends directly from the application)
An example from the docs https://developers.facebook.com/docs/sharing/refer...
FB.ui({
method: 'send',
link: 'http://www.nytimes.com/2011/06/15/arts/people-argue-just-to-win-scholars-assert.html',
});
FB.ui({
app_id:'xxxxxxxx',
method: 'send',
name: "sdfds jj jjjsdj j j ",
link: 'https://apps.facebook.com/xxxxxxxaxsa',
to:to,
description:'sdf sdf sfddsfdd s d fsf s '
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question