facebook FB.ui 预定义默认消息?
facebook FB.ui pre define default message?
我们可以在 facebook 发送 FB.ui 函数中设置自定义预定义默认消息吗?
FB.ui({
method: 'send',
message: 'Facebook Friend Invitation',
picture: 'imageurl',
title: "Invite your friends to",
link: 'Link',
description: 'text',
});
Please find attached screenshort.
提前致谢。
不,根据平台政策,这是不可能的,也是不允许的:https://developers.facebook.com/policy/
Don't prefill captions, comments, messages, or the user message
parameter of posts with content a person didn’t create, even if the
person can edit or remove the content before sharing.
我们可以在 facebook 发送 FB.ui 函数中设置自定义预定义默认消息吗?
FB.ui({
method: 'send',
message: 'Facebook Friend Invitation',
picture: 'imageurl',
title: "Invite your friends to",
link: 'Link',
description: 'text',
});
Please find attached screenshort.
提前致谢。
不,根据平台政策,这是不可能的,也是不允许的:https://developers.facebook.com/policy/
Don't prefill captions, comments, messages, or the user message parameter of posts with content a person didn’t create, even if the person can edit or remove the content before sharing.