From ece0715947de3e11c5a726131dcd91900e986f98 Mon Sep 17 00:00:00 2001 From: dequis Date: Mon, 21 Nov 2016 08:44:00 -0300 Subject: Set a non-empty HTTP User-Agent Shot in the dark to fix checkpoint issues, but had to be done anyway. --- facebook/facebook-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'facebook/facebook-api.c') diff --git a/facebook/facebook-api.c b/facebook/facebook-api.c index 827b70e..4a54e41 100644 --- a/facebook/facebook-api.c +++ b/facebook/facebook-api.c @@ -477,7 +477,7 @@ fb_api_init(FbApi *api) priv = G_TYPE_INSTANCE_GET_PRIVATE(api, FB_TYPE_API, FbApiPrivate); api->priv = priv; - priv->http = fb_http_new(NULL); + priv->http = fb_http_new(FB_API_AGENT); priv->mqtt = fb_mqtt_new(); priv->msgs = g_queue_new(); priv->data = g_hash_table_new_full(g_direct_hash, g_direct_equal, -- cgit v1.2.3