Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am posting a photo to user's wall using graph API connection (https://graph.facebook.com/USER_ID/photos) as mentioned at various places including Facebook Developer Documentation. The photo also gets uploaded correctly to the album that facebook creates for my App.

But the problem is, while displaying this photo on the wall, Facebook shows the previously uploaded photos along with the new one just like it does for regular albums (main photo on the top and a filmstrip of 3 photos below it).

What I want is, the single photo that I upload via the app should show up separately on the wall and it shouldn't get grouped with the previously uploaded photos.

I am using Facebook PHP SDK for posting.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.