I'm developing an application for Facebook using the iframe mode and ASP.NET.
I'm able to use the new OAuth method that combines the allow and the extended permissions. When I click on the Allow everything works as expected, but when I click on the "Don't Allow" I get a 500 internal error. The Request For Permission url is:
When I click don't allow it goes to http://www.facebook.com/connect/uiserver.php and then to
with a HTTP 500 Internal Server Error.
What am I doing wrong? Am I missing a setting, parameter? Is this a FB bug?