Facebook通过应用程序共享加载两个弹出窗口

时间:2013-06-22 16:10:38

标签: facebook feed

这里可以看到问题 http://antipinagroup.com/collections/sac-de-voyage

通过fb app ui共享加载两个弹出窗口 - 提要对话框和空白页面。 无法解决问题。任何想法为什么会发生以及如何解决它?

形成代码

    objFB = {
method: 'feed',
link: document.location.href,
picture: fullPathImage + numimg +".jpg",
name: dataBl.title,
caption: dataBl.title,
description: dataBl['text description']};

_share = _share.replace(/href="javascript:;"/g,  'onclick="postToFeed(); return false;"' );                 
    $( "." + mainBlockClass + " #overlay_" +  mainBlockClass ).html( _share );
    break;}}); 

    (function(d){FB.init({appId: "151107748411463", status: true, cookie: true});}(document));
    function postToFeed() { function callback(response) { /*console.log(response);*/ }FB.ui(objFB, callback);}

1 个答案:

答案 0 :(得分:0)

当我尝试你的FB分享时,我得到的只是

An error occurred. Please try again later.

 API Error Code: 1
 API Error Description: An unknown error occurred
 Error Message: kError 1349040: Invalid App ID: The provided app ID is invalid.

我添加了&show_error=true at the end of the feed dialog URL您的页面创建,如您所见,总是(好的,大多数情况下都是这样)有助于查找FB对话框的错误。

首先,请在代码中检查您的应用ID。