Like a Facebook Wall Post - Javascript -


i'm developing facebook application retrieves specific facebook wall posts. want allow user "like" post within application using javascript sdk. know how accomplish this?

update:
issuing post request likes connection of post object need:

you can post issuing http post request post_id/likes connection publish_stream permission. no parameters necessary.

example:

fb.api("/post_id/likes", 'post',function(response) {     if(response === true) {         alert("done!");     } }); 

the above request should return true on success.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -