diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2015-02-24 23:23:07 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2015-02-24 23:23:07 +0000 |
commit | 8eb2e840353cbc669e4a566cf3a79408bcdb2b28 (patch) | |
tree | 80cf0f4a823c97e8d1a16031a663949565ee6980 | |
parent | a67e7814ced4e76c448686cb14cec5bf099b3930 (diff) |
Use https:// URL for Facebook OAuth2 now that there's a cert.
-rw-r--r-- | protocols/jabber/sasl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |