Thứ Năm, 25 tháng 4, 2013

PHP ~ facebook publish stream


$params = array(
'message' => "Hurray! This works :)",
'name' => "This is my title",
'caption' => "My Caption",
'description' => "Some Description...",
'link' => "http://stackoverflow.com",
'picture' => "http://i.imgur.com/VUBz8.png",
);
$post = $facebook->api("/$user/feed","POST",$params); 

in yii

$params = array(
'message' => "Hurray! This works :)",
'name' => "This is my title",
'caption' => "My Caption",
'description' => "Some Description...",
'link' => "http://stackoverflow.com",
'picture' => "http://i.imgur.com/VUBz8.png",
);
$post = Yii::app() -> facebook -> api("/" . $fbID . "/feed", "POST", $params);


http://stackoverflow.com/questions/12196576/facebook-php-sdk-publish-stream-oauthexception-200

Không có nhận xét nào:

Đăng nhận xét