我正在使用这个 facebook ui
FB.ui({
method: 'send',
to: the_users_ids,
link: 'http://ngtv2.info/',
name: 'I have a message here http://ngtv2.info/',
caption: 'The caption',
description: ('the descript'),
picture: 'the/path/of/thumb_snow_leopard.jpg'
});
发送 facebook ui 出现,但是当我单击发送按钮然后检查假设收到消息的 fb 帐户时,它没有出现在消息列表中。
我有一个内部服务器错误,还有这张图片
任何想法?
我认为我的链接无效,如何使链接有效?
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: Invalid redirect_uri: Given URL is not allowed by the Application configuration.
提前谢谢你,国王