diff options
author | jgeboski <jgeboski@gmail.com> | 2015-08-25 19:28:51 -0400 |
---|---|---|
committer | jgeboski <jgeboski@gmail.com> | 2015-08-25 19:28:51 -0400 |
commit | 80d9a46f1623448d30db5229f920b99649f65c84 (patch) | |
tree | 45bd140efca36f32f319241bfadf3f0ce1bd8b31 /facebook/facebook-api.h | |
parent | a4fdfe5a96383258df28b2f756eb0d8f3165090a (diff) | |
download | bitlbee-facebook-80d9a46f1623448d30db5229f920b99649f65c84.tar.gz bitlbee-facebook-80d9a46f1623448d30db5229f920b99649f65c84.tar.bz2 bitlbee-facebook-80d9a46f1623448d30db5229f920b99649f65c84.tar.xz |
facebook-api: fixed the contact query not fetching non-users
Diffstat (limited to 'facebook/facebook-api.h')
-rw-r--r-- | facebook/facebook-api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h index 75bd739..0aedd6f 100644 --- a/facebook/facebook-api.h +++ b/facebook/facebook-api.h @@ -136,9 +136,9 @@ /** * FB_API_QUERY_CONTACT: * - * The query hash for the `FetchContactQuery`. + * The query hash for the `UsersQuery`. */ -#define FB_API_QUERY_CONTACT 10153746900701729 +#define FB_API_QUERY_CONTACT 10153915107411729 /** * FB_API_QUERY_CONTACTS: |