Our iPhone app (using iOS SDK 4.2) has been using single sign-on successfully since 5/23/2011. Starting on 8/31/2011, when a user attempts to authorize the app for the 1st time. The Facebook App will open as usual, then exit immediately before giving an option to authorize. The Facebook app will then close and return to our app with the following error condition within the custom URL scheme:
{
type = 15,
string = fb257001395154://authorize#error_reason=user%5Fdenied&error=access%5Fdenied&error_description=The%2Buser%2Bdenied%2Byour%2Brequest%2E%3F%5F,
encoding = 134217984,
base = (null)
}
I tested again using the latest version of the Facebook iOS SDK and received the same result. Has anyone else seen this error? Did Facebook make a recent change that all App pages need to implement?