This doesn't work for me. I do have publish permissions and I am able to post messages to the wall. Any idea if liking needs a different permission?
FB.api("/12345/likes", 'post', function (response) {
if (response === true) {
//alert("done!");
}
});