My post action works for all test users. I have submitted screenshots of the working post action to the Facebook App Approval people and still they decline to approve. They say I should make sure my action works for all test users!
It's very hard to "fix" something that works. Facebook indicate that they understand and have followed my steps to reproduce properly, they merely specify that my app say "Sorry! Not posted to Facebook!. Yet my app consistently posts to Facebook for all my test users!
Any idea's on how to get my app approved? Am I missing something?
EDIT: OK I have gone back to my Auth Test User and enabled sandbox mode, now I CANNOT make posts to the test user. As least I have replicated Facebook's disapproval reason. I have no idea why I cannot post to the Auth Test User in sandbox mode. I CAN post to the Auth Test User with sandbox mode off, as well as my own timeline and my Dad's, who added as a test user. If I work it out I'll post back. But if anyone has any idea's as to how to post to the Auth User in sandbox mode....
EDIT 2
The app is getting the right permissions from the Auth Dialogue Test User. If I do a test post in the Graph API explorer with the access token given to my app (that subsequently errors the post action in sandbox mode). I get this:
{ "error": { "message": "An unexpected error has occurred. Please retry your request later.", "type": "OAuthException", "code": 2 } }