Facebook How-To Open Post

This does not work for me. I have permission to post and I can post to the wall. Any idea if you like a different resolution?

FB.api("/12345/likes", 'post', function (response) { if (response === true) { //alert("done!"); } }); 
+4
source share
1 answer

Documents say it is possible, but in fact it is impossible. This is a known bug: http://bugs.developers.facebook.net/show_bug.cgi?id=10714

+3
source

Source: https://habr.com/ru/post/1345801/


All Articles