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

stella’s picture

Status: Active » Postponed (maintainer needs more info)

Can you provide the errors you see?

laughnan’s picture

Issue summary: View changes

This should probably be closed as Drupal 6 is EOL.

govindpvg’s picture

Hi,

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')),
);

sadashiv’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Closing as 6.x is EOL.

Thanks,
Sadashiv.