Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Had to change the OAuth secret for GTalk. | Wilmer van der Gaast | 2011-08-04 | -1/+1 |
| | ||||
* | oauth2 changes to address http://twitter.com/Wilmer/status/96715400124968960 | Wilmer van der Gaast | 2011-07-31 | -7/+17 |
| | ||||
* | Working OAuth2 support. Needs some more debugging (error handling is not | Wilmer van der Gaast | 2011-07-26 | -0/+139 |
| | | | | | 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/+42 |
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. :-) |