Facebook Sharer URL通过app id和Phonegap

时间:2013-06-01 18:59:41

标签: jquery facebook cordova

我在网上看到了一个关于使用facebook允许的sharer.php页面的例子,我还可以通过facebook开发者应用程序部分中的APPID跟踪谁使用它。

这是我的例子。

$(document).on('click', '.fb', function(e) {
    window.open.href = 'http://www.facebook.com/sharer.php?s=100&p[title]=' + encodeURIComponent('this is a title') + '&p[summary]=' + encodeURIComponent('description here') + '&p[url]=' + encodeURIComponent('http://www.nufc.com') + '&p[images][0]=' + encodeURIComponent('http://www.somedomain.com/image.jpg')
});

1 个答案:

答案 0 :(得分:0)

尝试此操作时是否收到错误?

务必将您正在访问的所有服务器列入白名单。我相信你可以打开它进行测试。 http://docs.phonegap.com/en/1.9.0/guide_whitelist_index.md.html