I am using the B4XGoogleContacts code from here:
When run it with my google Client ID and Secret with the code otherwise unmodified, it gives an Connection Refused error when it tries to connect to my local server.
I disabled my firewall completely and still got the same.
Any ideas?
Thanks in advance for the assistance!
[class][B4X] Google OAuth2
GoogleOAuth2 class is compatible with B4A, B4i and B4J (new). It is no longer possible to use WebView to implement Google's OAuth2 authentication. The solution is to open the default browser and set the redirection uri in such a way that the browser will redirect the response back to our app...
www.b4x.com
When run it with my google Client ID and Secret with the code otherwise unmodified, it gives an Connection Refused error when it tries to connect to my local server.
I disabled my firewall completely and still got the same.
Any ideas?
Thanks in advance for the assistance!