react-native-oauth icon indicating copy to clipboard operation
react-native-oauth copied to clipboard

direct_url is incorrect, so there are no any response after finish.

Open socheat-leang opened this issue 7 years ago • 0 comments

I am trying to authorize with google and follow readme as well. but I just misunderstand with callback_url: [IOS SCHEME]:/google inside configure. what's ios scheme?. and how to input it correctly. it seems that I face with this problem that's why I always nth with a response when authorized. google: { callback_url: 'http://localhost/google', client_id: GGCredentials.installed.client_id, client_secret: GGCredentials.installed.client_secret, }, can anyone correct me with callback_url?

socheat-leang avatar Aug 07 '18 08:08 socheat-leang