From 773219385d7db48c58556210922eb671e24736aa Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 4 Aug 2011 19:52:53 +0100 Subject: Had to change the OAuth secret for GTalk. --- lib/oauth2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/oauth2.c') 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 = { -- cgit v1.2.3