Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix OAuth2 error reporting. | Wilmer van der Gaast | 2013-05-25 | -2/+3 |
| | ||||
* | More generic OAuth support now. Should work well for all GTalk accounts now | Wilmer van der Gaast | 2011-12-18 | -7/+2 |
| | | | | | | and somewhat for MS Messenger. The fb part needs different parsing of the authorize request, and possibly some other work. | |||
* | oauth2 changes to address http://twitter.com/Wilmer/status/96715400124968960 | Wilmer van der Gaast | 2011-07-31 | -1/+5 |
| | ||||
* | Working OAuth2 support. Needs some more debugging (error handling is not | Wilmer van der Gaast | 2011-07-26 | -34/+16 |
| | | | | | great and imc_logout() gets (rightfully) confused when jabber_data is empty). | |||
* | Nothing useful yet, this just generates an auth URL. Things to do: Ability | Wilmer van der Gaast | 2011-07-22 | -0/+69 |
to process the answer. This is hard because the GTalk server will time out very quickly which means we lose our state/scope/etc. (And the ability to even receive the answer, at least if I'd do this the same way the Twitter module does it.) And then, get the access token and use it, of course. :-) |