I am following this tutorial http://developers.facebook.com/docs/appsonfacebook/tutorial/ and specifically at this part of code
$app_id = "YOUR_APP_ID";
$canvas_page = "YOUR_CANVAS_PAGE_URL";
$auth_url = "http://www.facebook.com/dialog/oauth?client_id="
. $app_id . "&redirect_uri=" . urlencode($canvas_page);
When i enter as the $canvas_page = http://www.facebook.com/PAGE_NAME/app_APP_ID/ i get an "Error occured. Try again Later"
If i enter Canvas Page Url instead, it shows the canvas page correctly but i do not want that.
I am sure that it was working last week, so i do not know what is wrong now.
