diff options
author | Marius Halden <marius.h@lden.org> | 2017-03-06 14:35:54 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-03-06 14:35:54 +0100 |
commit | 690567817968396a5a97a7a7c53b25d80a9366dd (patch) | |
tree | 63f0f87a18e00096a73b9e0287fc8767388f9d28 /facebook/facebook-api.h | |
parent | e6947a2dd85974ac7c486e5d2a5fb22732251331 (diff) | |
parent | 3e8dd702c65c8b374e30b41f9886466325dae671 (diff) | |
download | bitlbee-facebook-690567817968396a5a97a7a7c53b25d80a9366dd.tar.gz bitlbee-facebook-690567817968396a5a97a7a7c53b25d80a9366dd.tar.bz2 bitlbee-facebook-690567817968396a5a97a7a7c53b25d80a9366dd.tar.xz |
Merge branch 'master' into track-messages
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 cb7467f..b6a2812 100644 --- a/facebook/facebook-api.h +++ b/facebook/facebook-api.h @@ -68,6 +68,13 @@ #define FB_API_WHOST "https://www.facebook.com" /** + * FB_API_FBRPC_PREFIX + * + * The fbrpc URL prefix used in links shared from the mobile app. + */ +#define FB_API_FBRPC_PREFIX "fbrpc://facebook/nativethirdparty" + +/** * FB_API_KEY: * * The Facebook API key. |