Reputation: 3790
Very simple task in PHP/Facebook. I want to be able to Post a comment on my own page,
Currently I have downloaded and using the php_facebook graph api and am able to connect to FB and getmy User Data. But how do I post a comment ?
I would like something like
$facebook->postOnWall('Hello World!');
Upvotes: 0
Views: 636