From 8eb2e840353cbc669e4a566cf3a79408bcdb2b28 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 24 Feb 2015 23:23:07 +0000 Subject: Use https:// URL for Facebook OAuth2 now that there's a cert. --- protocols/jabber/sasl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/jabber/sasl.c') diff --git a/protocols/jabber/sasl.c b/protocols/jabber/sasl.c index 19ab7ec7..adcc0f1a 100644 --- a/protocols/jabber/sasl.c +++ b/protocols/jabber/sasl.c @@ -41,7 +41,7 @@ const struct oauth2_service oauth2_service_facebook = { "https://www.facebook.com/dialog/oauth", "https://graph.facebook.com/oauth/access_token", - "http://www.bitlbee.org/main.php/Facebook/oauth2.html", + "https://www.bitlbee.org/main.php/Facebook/oauth2.html", "offline_access,xmpp_login", "126828914005625", "4b100f0f244d620bf3f15f8b217d4c32", -- cgit v1.2.3