I’m uploading photos to Facebook from my iPhone application. I’ve got it working, except that sometimes, it returns “Unknown Error Occurred”. I’m not sure what the problem is. This happens about 75% of the time.
Has anyone else encountered this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Still not sure what was happening, but I solved the problem. Here’s what I did:
Essentially, I just made it try again. Resending the same request didn’t work (failed with an invalid signature), so I created a new request with the properties of the old one.
The nice thing about this is that it is sort of recursive: if the new request fails too, it will just keep trying. I hope I don’t encounter any negative side-effects of that, though.