Quote Originally Posted by Rizla View Post
I am having to renew my token so I run the athorization.php and get the following in Chrome:

{
"error": {
"message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.",
"type": "OAuthException",
"code": 191
}
}

Any ideas ho to fix?
Make sure you use the correct settings to your Autofacebook module. Check and confirm the following are the same as to your application page ---> https://developers.facebook.com/apps/

$appapikey = ''; //you application id
$appsecret = ''; // your application secret
$user_id = ""; //the user id of your fan/product page
$app_url = "http://apps.facebook.com/htmyell_backend"; //url to your facebook application page