我可以知道谁在我的网站上点击了“赞”吗?
答案 0 :(得分:11)
虽然一些FB社交插件显示了喜欢您网站的人(例如Likebox),但实际上这是不可能的。你只能知道他们有多少,但不知道他们是谁。
答案 1 :(得分:6)
您可以查看所有Facebook好友的留言板以查看您的帖子。相反,您可以尝试以下
Copy your post link from the address bar.
Go to http://developers.facebook.com/docs/reference/plugins/like/
Paste your link in "URL to like" text box.
Click preview.
You will see the name + photo of your facebook friend in the right side (Yes, you can see only 2 to 3 friends).
If a person liked your post and not your facebook friend, you can't find him :(
答案 2 :(得分:5)
使用API,请参阅此示例:
https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
FB.Event.subscribe('edge.create',
function(response) {
alert('You liked the URL: ' + response);
}
);
我实际上是在寻找这个答案,但在那个页面上找到了它(我几乎相信这个帖子,这不是你可以做的事情)
答案 3 :(得分:2)
你能否在所有“喜欢”用户的Facebook上查看你的网页?
答案 4 :(得分:2)
你无法知道谁喜欢它,但你可以知道计数
http://Graph.facebook.com/?id=http://stackoverflow.com
使用喜欢的网站
更改http://stackoverflow.com