小智 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 :(
Run Code Online (Sandbox Code Playgroud)
使用API,请参阅此示例:
https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
FB.Event.subscribe('edge.create',
function(response) {
alert('You liked the URL: ' + response);
}
);
Run Code Online (Sandbox Code Playgroud)
我实际上是在寻找这个答案,但在那个页面上找到了它(我几乎相信这个帖子,你不能做的事情)
| 归档时间: |
|
| 查看次数: |
22869 次 |
| 最近记录: |