SimpleAuth
SimpleAuth copied to clipboard
Should SimpleAuth FacebookProvider attempt to auth?
Hello. I was able to get FacebookProvider to work by using one of the forks.
The problem is when I don't already have the app authorized in my profile it doesn't pop any sort of dialog and instead throws a 400 error Error:Error Domain=SimpleAuthErrorDomain Code=101 "(null)" UserInfo={SimpleAuthErrorStatusCode=400}
. Should it and I am thinking SimpleAuth does more than I expect?
A simple yes/no response would be awesome, thanks!
I am seeing this exact behavior as well. I manually removed my App from my Facebook profile (just for testing) and now I cannot get Simple Auth to "re-prompt" to attempt authorize. It simply returns the 400 error. What's going on here?
FYI I got around this by navigation to Settings => Facebook and toggling my Apps "allowed access" on my iPhone. After doing so I was able to get the "App wants your information" prompt as expected.