Wednesday, 11 September 2013

Publishing photo to facebook fan page album not creating timeline story

Publishing photo to facebook fan page album not creating timeline story

I'm successfully publishing a photo to a facebook fan page album.
According to the api
(https://developers.facebook.com/docs/reference/api/page/#photos) this
should create a story in the timeline by accident, but this isn't
happening. The parameters i use are:
$params = arra(
'message' => 'testing',
'source' => '@/var/www/publish_facebook/images/corn.jpg',
'aid' => '269018009877732',
'access_token' => [The Access Token],
'no_story' => 0
)
$photo = $facebook->api("/".$aid . '/photos', 'post', $params);
By default "no_story" should be set to 0 anyway, according to the
documentation. The photo gets published to the album, but a story is never
created on the timeline...

No comments:

Post a Comment