Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Post Photos to an album but hidden on the timeline using the Facebook Graph API

Is there a way to post a photo to an album, but do it in a way that it is hidden from the Timeline.

I am able to post Photos using the Graph API to the album and then manually go and hide a newsfeed post resulting from the timeline for the Wall.

Is it possible to do this at the time of posting the Photo itself. Is there a field/attribute that I can set which will prevent the Photo Post from showing on the Timeline ?

Thanks!

like image 216
user1055761 Avatar asked Oct 05 '22 23:10

user1055761


1 Answers

Yes, add no_story:1 to your POST data, images will be uploaded but not shown in timeline. check out http://developers.facebook.com/blog/post/482/

like image 57
ekeren Avatar answered Oct 10 '22 04:10

ekeren