繁体   English   中英

使用FB.ui的未知方法错误

[英]Unknown method error using FB.ui

我在使用FB.ui时遇到问题。 这是一个非常简单的实现,但是每次尝试都会出现“ API错误代码:3”,“ API错误描述:未知方法”。

这是我用来获取此错误的虚拟数据的精确复制和粘贴。

function fbSend(){
        FB.ui({
            method: 'send',
            name: 'Me testing name',
            link: 'http://google.ca',
            picture: 'http://www.gravitationalfx.com/wp-content/uploads/2011/07/google+logo-75x75.png',
            description: 'Me is testing description'
        });
    };

我没有使用任何Oauth /请求用户权限。

有什么想法吗?

在此先感谢Smccullough

此处存在一个已归档的错误: http : //bugs.developers.facebook.net/show_bug.cgi?id=18942

使用选项显示:“弹出”使其起作用

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM