Closed GoogleCodeExporter closed 9 years ago
You can like an object by calling
Facebook.postData('OBJECT_ID/likes', likeCallback);
Original comment by edwar...@gmail.com
on 19 Oct 2011 at 9:25
hi,
can I like a link using api?
that is on my wall i will see some thing like this:(i need to do this using api)
xyz likes link
Original comment by vfdevt...@gmail.com
on 20 Oct 2011 at 5:58
Yep, just get the id of the wall post using
Facebook.api('me/feed', apiCallback)
and use that id to make the like call
Facebook.postData('ID/likes', likeCallback);
Original comment by edwar...@gmail.com
on 26 Oct 2011 at 8:48
Can i like and check if the user liked a 'page'?
Thank you.
Original comment by amoh.hus...@gmail.com
on 28 Oct 2011 at 4:39
When i call
Facebook.postData('ID/likes', likeCallback);
my result:
{"error":{"message":"(#3) Application does not have the capability to make this
API call.","type":"OAuthException"}}
How to fix it.
Original comment by tongc...@gmail.com
on 31 Oct 2011 at 5:02
Original issue reported on code.google.com by
ashishku...@gmail.com
on 3 Oct 2011 at 4:27