I am using the latest facebook IOS SDK, and I am getting random "facebookErrDomain error 10000", when using the requestWithGraphPath. I can trigger the request from the UI and sometimes it runs fine, sometimes it gives me the error.
Has anyone ran into a similar issue?
The problem was due to the fact that during the development I had changed the permissions requested by the application. I had authorized my application say with permission x,y,z but I was only asking for x,y.
What I had to do is to remove the application from the list of authorized applications and authorize it again with the appropriate permissions.
I wish they gave better error message 🙂