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!");
            }
        });
link|improve this question

70% accept rate
I've seen a few questions about creating likes using the graph API before and the consensus I think was it isn't possible - or at least I haven't seen how. – Rup Mar 29 '11 at 23:46
Yeah I read around and I didn't find anything concrete. But while it seemed clear that you cannot like "pages", liking "posts" seemed like something you could do. – Prabhu Mar 30 '11 at 0:38
feedback

1 Answer

up vote 3 down vote accepted

The docs say it's possible, but in reality it can't be done. This is a known reported bug: http://bugs.developers.facebook.net/show_bug.cgi?id=10714

link|improve this answer
Cool thanks. Hope they will fix it soon. – Prabhu May 12 '11 at 2:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.