Question

What is the facebook like method name as add bookmark method 'bookmark.add'

FB.ui( {method: 'bookmark.add' },
function(response) {
 //Handle Response
        }
     );
Was it helpful?

Solution

There is no method for adding a like. Liking something through any facebook api is not supported. The only way you can have a user like something is by using the official like buttons.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top