--- 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;
}