views:

13

answers:

0

My iPhone app uploads pictures to the user's Facebook account, and they are automatically placed in the app's photo album on Facebook.

In the majority case, the user's wall is also automatically updated to denote that the photo was recently updated. But I dont want this, because I prefer to make a separate wall post with a link to the photo. It's silly for the user's wall to have two entries on it with a thumbnail of the same image.

1) how can I upload the photo using the graph API in such a way that it isn't announced on the user's wall

2) how can I tell if the photo upload resulted in an announcement on the user's wall -- sometimes it doesn't. I'd rather not have to ask for permissions to read the user's wall..