Don't Allow link generates a 500 Internal Error
Posted
by jstawski
on Stack Overflow
See other posts from Stack Overflow
or by jstawski
Published on 2010-05-11T16:11:42Z
Indexed on
2010/05/11
16:14 UTC
Read the original article
Hit count: 430
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?
© Stack Overflow or respective owner