Viewing 3 replies - 1 through 3 (of 3 total)
  • I had the same issue.

    I resolved it using the answer posted here.

    However, I modified the solution a bit. In the file the link above mentions, I changed line 9 to:
    $app_name = get_option('blogname');

    And changed line 13 to this:
    ‘$client->setApplicationName($app_name);’

    Thread Starter Raggen99

    (@raggen99)

    Thanks a million, that solved my issue:)

    Hello all,

    i had the same issue and follow this steps.

    1) $app_name = get_option(‘blogname’);
    2) $client->setApplicationName(‘Your site name’);

    But still not work for me..

    can anyone help me for this ???

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem google login’ is closed to new replies.