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 use this code to upload a photo in a Facebook page and it works!

            dynamic parameters = new ExpandoObject();
            parameters.message = message;
            parameters.name = name;
            parameters.url = photoUrl;

            dynamic result = fbClient.Post(fbPageId + "/photos", parameters);

The problem is that Facebook does not show all the individual photos in the diary of the page, but but it shows the photos grouped in an album.

http://img827.imageshack.us/img827/7033/41802615.png

What it looks like.

http://img600.imageshack.us/img600/5474/40129748.png

How it should be.

share|improve this question
possible duplicate of Disable grouping of photos on the timeline – CBroe Jan 8 at 13:00
Please search before asking. facebook.stackoverflow.com/search?q=photo+grouping – CBroe Jan 8 at 13:00
Thanks CBroe!!! – Francesco Bigozzi Jan 8 at 13:43

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.