문제

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

FB.ui( {method: 'bookmark.add' },
function(response) {
 //Handle Response
        }
     );
도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top