aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oauth2.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@google.com>2011-08-04 19:52:53 +0100
committerWilmer van der Gaast <wilmer@google.com>2011-08-04 19:52:53 +0100
commit773219385d7db48c58556210922eb671e24736aa (patch)
tree07ddefa9c09350192d270ab64d2bfce1c9e3dd38 /lib/oauth2.c
parent911d97a988d5f3d90c4b15c05adc733ada1fb37a (diff)
Had to change the OAuth secret for GTalk.
Diffstat (limited to 'lib/oauth2.c')
-rw-r--r--lib/oauth2.c2
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 =
{