IEnumerable
IEnumerable

Reputation: 3790

How to Post 'Comment' on my OWN wall - Facebook

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

Answers (1)

Related Questions