使用应用程序ID和Phonegap创建Facebook Sharer URL

4

我在网上看到一个使用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')
});

我不相信这在iOS 6.1中能够工作。 - Blynn
1个回答

0

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接