Facebook API共享对话需要App

时间:2014-06-07 02:08:05

标签: javascript facebook facebook-apps facebook-social-plugins

我想通过Javascript的Html链接为我的网站创建一个不错的小分享对话。

我使用FB JS Api尝试了这个,它对开发人员很有用             $ .getScript('// connect.facebook.net/en_UK/all.js',function(){             FB.init({                 appId:'1398858600336450',             });

        FB.ui({
            method: 'feed',
            link: 'qvtropicalretreatgame.com',
            name: 'QV Tropical Retreat',
            caption: 'Message in a bottle',
            description: "I've just played the QV Tropical game to go in the draw to win a luxe escape to the tropics valued at up to $5,000",
            picture: 'http://qvtropicalretreatgame.com/img/bottle.png',
            message: ''
        });
    });

enter image description here

然而,这不会起作用,因为该应用尚未获得批准,我发现这是一个非常艰苦的过程来实现这一目标。似乎应用程序必须是一个功能齐全的Facebook游戏,我只是想获得允许用户将我的网站分享到Facebook的能力。是否可以实现app_id?

0 个答案:

没有答案