Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there anyway to retrieve the Google Oauth refresh_token using Scribe?

I am building an app that requires several scopes mixed between java Gdata and Google api java client libraries -- and I am looking for a Single Sign On (SSO) when a user of my app signs in. However because of the state of current Google Apps API's requiring Oauth 1 or Oauth 2 depending on which library / scope you need, I'm a bit stuck.

  • Oauth 1 (java gdata e.g. analytics data export scope) - requires the access_token secret
  • Oauth 2 (google api java client e.g. analytics calendar scope) - require a refresh token, which is not avail currently in a Scribe OAuth 1 call

Any tips / advice? Anyone managing this with a single sign on?

share|improve this question

2 Answers

up vote 1 down vote accepted

Scribe has added support for Google OAuth API. I used scribe 1.2.2 and it worked just fine for me.

share|improve this answer

Sorry scribe does not support (at the time of this writing) Google's OAuth 2.0 Apis.

It shouldn't be too hard to implement using FacebookApi as a guide. Cheers!

share|improve this answer
2  
Pablo, are you going to pull in Devashish's GoogleApi20 changes into the main scribe-java repository? – Pepper Lebeck-Jobe Mar 3 '12 at 15:30
@Pablo, Now that Google has officially deprecated their support for OAuth 1.0, would you please get OAuth 2.0 support for Google into Scribe? – Old Pro Sep 12 '12 at 0:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.