Steven
Steven

Reputation: 13975

facebook upload photo without news feed post? Possible?

Is it possible to use Graph API to upload photos to facebook without a news feed post?

Upvotes: 2

Views: 9306

Answers (2)

Shailesh Shah
Shailesh Shah

Reputation: 101

use no_story=1 parameter in your photo upload.

from: https://developers.facebook.com/docs/reference/api/photo/

If you would like to suppress the story that is automatically generated in the user's feed when you publish a photo (usually because you plan on generating your own), you can add a no_story=1 parameter. In this case, the user will receive a notification that your application has uploaded a photo.

Upvotes: 10

Tom Granot
Tom Granot

Reputation: 1850

I guess you can bypass the post-if you upload the photo to the user's album, and then post your own news story to the user's album, for example "here is my new photo from XXXXXXX application" the profile will only show the news post, and the photo upload. Make Sure to first publish the photo, then publish the news story.

Upvotes: 0

Related Questions