Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP/Facebook での非常に単純なタスク。自分のページにコメントを投稿できるようにしたいのですが、
現在、php_facebook グラフ API をダウンロードして使用しており、FB に接続してユーザー データを取得できます。しかし、どうすればコメントを投稿できますか?
次のようなものが欲しい
$facebook->postOnWall('Hello World!');
http://developers.facebook.com/docs/reference/plugins/comments/