0

我正在使用这个 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.

在此处输入图像描述

提前谢谢你,国王

4

2 回答 2

1

Are you testing your application on localhost? That will not work.

于 2012-01-25T17:55:10.160 回答
1

我敢打赌,列表中的 id 不是发起对话的用户的朋友。或者脚本是从应用程序设置中未正确列出的域运行的。

于 2012-01-25T18:35:11.407 回答