diff options
| author | Wilmer van der Gaast <wilmer@google.com> | 2011-08-04 19:52:53 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@google.com> | 2011-08-04 19:52:53 +0100 | 
| commit | 773219385d7db48c58556210922eb671e24736aa (patch) | |
| tree | 07ddefa9c09350192d270ab64d2bfce1c9e3dd38 /lib/oauth2.c | |
| parent | 911d97a988d5f3d90c4b15c05adc733ada1fb37a (diff) | |
Had to change the OAuth secret for GTalk.
Diffstat (limited to 'lib/oauth2.c')
| -rw-r--r-- | lib/oauth2.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/oauth2.c b/lib/oauth2.c index a54ef431..7cb28105 100644 --- a/lib/oauth2.c +++ b/lib/oauth2.c @@ -33,7 +33,7 @@ struct oauth2_service oauth2_service_google =  	"https://accounts.google.com/o/oauth2/token",  	"urn:ietf:wg:oauth:2.0:oob",  	"783993391592.apps.googleusercontent.com", -	"k5_EV4EQ7jEVCEk3WBwEFfuW", +	"6C-Zgf7Tr7gEQTPlBhMUgo7R",  };  struct oauth2_service oauth2_service_facebook =  { | 
