SimpleAuth icon indicating copy to clipboard operation
SimpleAuth copied to clipboard

Login with google+ not working

Open DamianoBuscemi opened this issue 10 years ago • 0 comments

Hello I have set the configuration lie this: SimpleAuth.configuration[@"google-web"] = @{ @"scope" : @"openid email", @"client_id" : @"", @"client_secret" : @"", @"redirect_uri": @"http://localhost", @"response_type" : @"code" }; but the response seems to be null moreover, I can get the token if I set @"redirect_uri": @"urn:ietf:wg:oauth:2.0:oob" but this is not what I need since I cannot ask the user to copy and paste it of course.

DamianoBuscemi avatar Jul 09 '15 13:07 DamianoBuscemi