diff -r 9f0f4c23132e -r 0b5c475770e2 libpurple/protocols/facebook/http.c --- a/libpurple/protocols/facebook/http.c Tue Dec 14 01:57:00 2021 -0600 +++ b/libpurple/protocols/facebook/http.c Tue Dec 14 01:57:00 2021 -0600 @@ -49,7 +49,7 @@ } g_set_error(error, FB_HTTP_ERROR, status_code, "%s", - res->reason_phrase); + soup_message_get_reason_phrase(res)); return FALSE; }