01.
$args
=
array
(
02.
"message"
=>
"ทดสอบ"
,
04.
"link"
=>
"www.google.com"
,
05.
"name"
=>
"test name"
,
06.
"caption"
=>
"test caption"
,
07.
"description"
=>
"test description"
,
08.
"source"
=>
"www.google.com"
09.
);
10.
11.
$response
=
$facebook
->api(
'/'
.
$data
[
"user_id"
].
'/feed'
,
'post'
,
$args
);