Facebook.streamPublish does not write on wall...why?
- by dataflash
$titleData = json_encode(array(
'gname' = $giftName,
'url' = $appCanvasUrl,
));
$bodyTemplate = 'One gift to {actor}!';
$bodyData = json_encode(array(
'url' = $appCanvasUrl,
));
$bodyGeneral = 'Send the exclusive gifts to all your friends!';
$imgSrc =…