diff --git a/fbchat/utils.py b/fbchat/utils.py index a7e18cd..fd38718 100644 --- a/fbchat/utils.py +++ b/fbchat/utils.py @@ -222,6 +222,7 @@ def check_request(r, as_json=True): except ValueError: raise FBchatFacebookError('Error while parsing JSON: {!r}'.format(content)) check_json(j) + log.debug(j) return j else: return content