For publishing stream in the old php sdk we used :
$facebook->api_client->stream_publish($message,$attachment);
Now I want to accomplish it in the new version of php sdk which doesn't support api_client but instead uses
$facebook -> api(\\an array\\);
I have tried a lot to modify it myself but in vain.