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've uploaded the first photo to facebook graph API working useing C# Facebook SDK toolkit.

fb.Post("me/photos", upload)

However, when I trying and upload a second file, it errors out with error 500. If I delete the apps photo album that was created, the upload works.

Question: Does the posting to me/photos work for the second photo or do I need to lookup the Apps default album ID and post it directly to that album for the second photo?

share|improve this question
I had the same problem until I switch from using a test user to a real user. – Christian Nov 21 '11 at 21: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.