From 179aa27b0e9a4aa0caea8bcaf2efb0e9f185d4d7 Mon Sep 17 00:00:00 2001 From: Jeremy Carbaugh Date: Wed, 4 Apr 2012 18:01:56 -0400 Subject: [PATCH] fix unofficial Facebook endpoint URL --- pywebfinger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywebfinger.py b/pywebfinger.py index e047685..efced7d 100644 --- a/pywebfinger.py +++ b/pywebfinger.py @@ -20,7 +20,7 @@ WEBFINGER_TYPES = ( ) UNOFFICIAL_ENDPOINTS = { - 'facebook.com': 'twitter-webfinger.appspot.com', + 'facebook.com': 'facebook-webfinger.appspot.com', 'twitter.com': 'twitter-webfinger.appspot.com', }