Shaun
Shaun

Reputation: 1601

Does the new Google OAuth 2 Implementation for Google Apps Marketplace Support Java in addition to Javascript?

Per this announcement by Google this week: http://googleenterprise.blogspot.com/2013/11/third-party-apps-now-easier-to-find-and.html Google now supports OAuth 2 for App Marketplace apps, but the examples are all Javascript, we currently have a server side flow and I am wondering if this will still be supported and if there are any examples yet available?

Thanks!

Upvotes: 0

Views: 134

Answers (1)

jonathanberi
jonathanberi

Reputation: 1947

The new Google Apps Marketplace experience fully supports using Java for your server-side authorization flow. You can use the Google APIs Client Library for Java to make authenticated calls like you would for any other Google APIs integration.

We're actively working on improving our documentation so any feedback would be appreciated.

Upvotes: 1

Related Questions