Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Facebook “究竟是什么?”;“喜欢”;在我的web应用程序中?_Facebook_Magento_Facebook Graph Api - Fatal编程技术网

Facebook “究竟是什么?”;“喜欢”;在我的web应用程序中?

Facebook “究竟是什么?”;“喜欢”;在我的web应用程序中?,facebook,magento,facebook-graph-api,Facebook,Magento,Facebook Graph Api,我的网络应用程序(magento商店)中有类似facebook的按钮。我制作了一个facebook应用程序,并成功地用OpenGraph将其连接到商店 我的opengraph向我显示了每天的喜欢度统计数据、创建的故事中的推荐数量等,但我想知道到底喜欢哪种产品。哪些产品最“受欢迎” 有没有办法让我在facebook opengraph中看到类似的内容?将google url更改为您的url,并为每个产品url调用此url https://api.facebook.com/method/fql.qu

我的网络应用程序(magento商店)中有类似facebook的按钮。我制作了一个facebook应用程序,并成功地用OpenGraph将其连接到商店

我的opengraph向我显示了每天的喜欢度统计数据、创建的故事中的推荐数量等,但我想知道到底喜欢哪种产品。哪些产品最“受欢迎”


有没有办法让我在facebook opengraph中看到类似的内容?

将google url更改为您的url,并为每个产品url调用此url

https://api.facebook.com/method/fql.query?query=select%20total_count,like_count,comment_count,share_count,click_count%20from%20link_stat%20where%20url='htp://google.com'&format=json

将google url更改为您的,并为每个产品url调用此选项

https://api.facebook.com/method/fql.query?query=select%20total_count,like_count,comment_count,share_count,click_count%20from%20link_stat%20where%20url='htp://google.com'&format=json

“喜欢”的页面取决于“喜欢”按钮的URL。有数百个“喜欢”按钮(每个产品页面中有一个),我需要知道哪些按钮被按下最多。哪个页面“喜欢”取决于“喜欢”按钮的URL。有数百个“喜欢”按钮(每个产品页面中有一个),我需要知道哪些按钮被按下最多。