Answer the question
In order to leave comments, you need to log in
How to post on facebook wall?
$post= file_get_contents($url, false, stream_context_create(array(
'http' => array(
'method' => 'POST',
'header' => 'Content-type: application/x-www-form-urlencoded',
'content' => http_build_query(array('message'=>'hello world'))
)
)));
Answer the question
In order to leave comments, you need to log in
First you need to create an application in facebook
, copy and paste the authorization keys
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question