我对 facebook API 比较陌生,但想知道如何允许用户通过 API 或社交插件将页面添加到“兴趣列表”?例如:
<html>
<head>
<title>My Great Web page</title>
</head>
<body>
<iframe src="https://www.facebook.com/plugins/like.php?href=YOUR_URL"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
</body>
</html>
是如何喜欢,我知道这是基本的,但我可以允许用户将喜欢的页面添加到他们的兴趣列表中。