This is a rather strange issue..
I am not able to publish a facebook video link on my wall.
The following code works perfectly fine…
$attachment = array(
'link' => "www.google.com"
);
$publish = $facebook->api('/me/feed', 'post', $attachment);
But the following code doesnt
$attachment = array(
'link' => "http://www.facebook.com/video/video.php?v=10150238694155484"
);
$publish = $facebook->api('/me/feed', 'post', $attachment);
It doesn’t post anything to my wall.
Has anyone seen the same issue?
As far as I remember, facebook made the picture parameter required for video links