I'm developing a facebook canvas application (iframe) and I'm using the Open Graph API to post user actions.
When I submit my action to facebook's team approval, they reply with:
We are unable to test this action due to an error within your app. Please make sure that your action functions correctly by testing with the Auth Dialog Preview User and re-submit.
Here's the thing. I realised that only when I test the application with an app generated test user, I get an error when trying to post open graph action, probably what happend to facebook's tester:
OAuthException: An unexpected error has occurred. Please retry your request later.
Now, when I take my application out of Sandbox mode, everything works perfectly, even for test users.
From this I understand that in order to approve my actions with facebook I need to put it out of sandbox mode, which I really prefer not to in this point.
Any tips? did someone faced this issue too? thanks in advance!
