Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Google Sign In Issues

Hello awesome people!

I am running Version 2.0.18.8 and am having an issue with Google Sign In not working correctly.

My current issue is that when I try to use google sign on, I get the following errors:

Provider is required.
UniqueID is required.
The connection data has not been verified.

Please let me know what I can do to troubleshoot and fix this. I hav searched around, but most post seem old and recommend extensive replacement to the PHP files, which make me uncomfortable, but if that is the solution, please let me know what works and I am glad to try it. Thanks so much.

Griffin

P.S. I also had issues with twitter not working, but was able to find a fix by changing

public static $BaseApiUrl = 'http://api.twitter.com/1/';

to

public static $BaseApiUrl = 'http://api.twitter.com/1.1/';

Comments

  • aeryaery Gtricks Forum in 2.2 :) ✭✭✭

    You will have to first enable OpenID plugin and then Google Sign in Plugin

    There was an error rendering this rich post.

  • Thanks @aery. I have tried that. Here is what I did:

    1. Disabled Google Sign In plugin
    2. Disabled OpenID plugin
    3. Enabled OpenID plugin
    4. Enabled Google Sign In plugin
    

    Then, if I try to sign in, I get the errors above and here:

    Provider is required.
    UniqueID is required.
    The connection data has not been verified.

    Any idea? The URL for the forum I am trying to get it working is http://neilvn.com/forum/ in case that helps.

  • aeryaery Gtricks Forum in 2.2 :) ✭✭✭

    Interesting.

    Never faced such problem.

    Can you please tell OpenID and Google Plugin versions?

    There was an error rendering this rich post.

  • Sure.

    Google Sign In Version 1.0
    OpenID Version 0.1a
    Twitter Version 0.1a

    Are there newer versions? If so, please let me know where I can get them as I have searched Add Ons and did not see them. Thanks so much for your help.

  • aeryaery Gtricks Forum in 2.2 :) ✭✭✭

    Strange. Everything should work with latest versions.

    Try Google Sign In 1.1 and OpenID 0.2 from Vanilla 2.1 Package

    There was an error rendering this rich post.

  • Sorry, but where can I find the 2.1 package and is it stable?

  • edited July 2013

    Found them here after some digging:

    https://github.com/vanillaforums/Garden/tree/master/plugins

    Thanks so much for the help @aery! All working perfectly now. Have a great weekend!

    Is 2.1 Stable, or still beta?

Sign In or Register to comment.