I'm relatively new to facebook API, but would like to know how to allow a user to add a page to "Interest Lists" through the API, or social plugins? For example:
<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>
Is how to like, and I understand that is basic but anything just so I can allow a user to add a liked page to their interest list.