diff options
author | dequis <dx@dxzone.com.ar> | 2016-11-21 08:44:00 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2016-11-21 08:44:00 -0300 |
commit | ece0715947de3e11c5a726131dcd91900e986f98 (patch) | |
tree | 9c9ea770190970bce5f811366e05b9e5f4eb9595 /facebook/facebook-api.h | |
parent | 609ca2d52d468863c99ff3539917f2049ea3df44 (diff) | |
download | bitlbee-facebook-ece0715947de3e11c5a726131dcd91900e986f98.tar.gz bitlbee-facebook-ece0715947de3e11c5a726131dcd91900e986f98.tar.bz2 bitlbee-facebook-ece0715947de3e11c5a726131dcd91900e986f98.tar.xz |
Set a non-empty HTTP User-Agent
Shot in the dark to fix checkpoint issues, but had to be done anyway.
Diffstat (limited to 'facebook/facebook-api.h')
-rw-r--r-- | facebook/facebook-api.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h index 5e17e98..ac4cc59 100644 --- a/facebook/facebook-api.h +++ b/facebook/facebook-api.h @@ -82,6 +82,13 @@ #define FB_API_SECRET "374e60f8b9bb6b8cbb30f78030438895" /** + * FB_API_AGENT: + * + * The HTTP User-Agent header. + */ +#define FB_API_AGENT "Facebook plugin / BitlBee / " PACKAGE_VERSION + +/** * FB_API_URL_ATTACH: * * The URL for attachment URL requests. |