Gauth tries to use a protected get() function from the oauth (v6.x-3.0-beta4 ) DrupalOAuthClient Class and this doesn't work. Even if you set the oauth function to public a series of errors occur.
Could you let us know with which version of oauth gauth works?
Comments
Comment #1
stella commentedCan you provide the errors you see?
Comment #2
laughnanThis should probably be closed as Drupal 6 is EOL.
Comment #3
govindpvg commentedHi,
I was created google plus button as below. In production, its not working when i am trying to login through submit button.
Scenario :
1) Clicking on Submit google plus buttion
2) It's going to Gmail login page
3) Entering the Gmail password
4) Its not showing as logged in My Production site. But in Gmail its logged in
5) There are no issues in Development environment.
$form['submit_google'] = array(
'#type' => 'submit',
'#value' => t('G+ Log In'),
'#submit' => array('gauth_login_user_login_submit'),
'#limit_validation_errors' => array(),
'#weight' => 1000,
'#attributes' => array('class' => array('social_gplus')),
);
Comment #4
sadashiv commentedClosing as 6.x is EOL.
Thanks,
Sadashiv.