| 38 #define FB_API_WHOST "https://www.facebook.com" |
38 #define FB_API_WHOST "https://www.facebook.com" |
| 39 #define FB_API_AGENT "Facebook App / " PACKAGE " / " VERSION |
39 #define FB_API_AGENT "Facebook App / " PACKAGE " / " VERSION |
| 40 #define FB_API_KEY "256002347743983" |
40 #define FB_API_KEY "256002347743983" |
| 41 #define FB_API_SECRET "374e60f8b9bb6b8cbb30f78030438895" |
41 #define FB_API_SECRET "374e60f8b9bb6b8cbb30f78030438895" |
| 42 |
42 |
| 43 #define FB_API_CONTACTS_COUNT "200" |
43 #define FB_API_CONTACTS_COUNT 200 |
| 44 |
44 |
| 45 #define FB_API_URL_AUTH FB_API_BHOST "/method/auth.login" |
45 #define FB_API_URL_AUTH FB_API_BHOST "/method/auth.login" |
| 46 #define FB_API_URL_GQL FB_API_GHOST "/graphql" |
46 #define FB_API_URL_GQL FB_API_GHOST "/graphql" |
| 47 #define FB_API_URL_MESSAGES FB_API_WHOST "/messages" |
47 #define FB_API_URL_MESSAGES FB_API_WHOST "/messages" |
| 48 #define FB_API_URL_PARTS FB_API_GHOST "/participants" |
48 #define FB_API_URL_PARTS FB_API_GHOST "/participants" |