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.