Why does this always happen to me?
This happens after my application checks the user's user login and redirects the user to the authentication page:
https://www.facebook.com/dialog/oauth?client_id=XXX&redirect_uri=http%3A%2F%2Fexample.com%2Fmyappname%2F&state=YYYYYY&scope=offline_access%2Cpublish_actions
Instead of showing the login page, Facebook shows the error page
An error has occurred. Please try again later.
Is there any configuration that I have to do before trying to authenticate my users?
Everything is done using PHP using the PHP-SDK classes.
php facebook facebook-graph-api
Wanderson Aug 29 '11 at 15:03 2011-08-29 15:03
source share