a paid nerd
a paid nerd

Reputation: 31502

Google Talk XMPP - What is X-GOOGLE-TOKEN?

I'm trying to authenticate to Google Talk. The X-OAUTH2 mechanism, which uses OAuth2 tokens, is well documented. But what is X-GOOGLE-TOKEN and where is it documented?

Upvotes: 4

Views: 1106

Answers (1)

a paid nerd
a paid nerd

Reputation: 31502

Ah, found it. It's the deprecated ClientLogin API:

Important: ClientLogin has been officially deprecated as of April 20, 2012. It will continue to work as per our deprecation policy, but we encourage you to migrate to OAuth 2.0 as soon as possible.

Upvotes: 4

Related Questions