public class FbBotMillNetworkConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FACEBOOK_BASE_URL
Facebook's base URL used to POST data.
|
static String |
FACEBOOK_MESSAGES_URL
Facebook's REST path for the Send API.
|
static String |
FACEBOOK_MESSAGING_INSIGHT_ACTIVE_THREADS_URL
Facebook's REST path for Getting Daily Unique Active Thread Counts
through Messaging Insight API.
|
static String |
FACEBOOK_MESSAGING_INSIGHT_CONVERSATION_URL
Facebook's REST path for Getting Daily Unique Conversation Counts through
Messaging Insight API.
|
static String |
FACEBOOK_MESSENGER_CODE_API_URL
Facebook's REST path for the Messenger Code API.
|
static String |
FACEBOOK_MESSENGER_PROFILE
Facebook's REST path for the Messenger Profile API.
|
static String |
FACEBOOK_THREAD_SETTINGS_URL
Facebook's REST path for the Thread Settings API.
|
static String |
FACEBOOK_UPLOAD_API_URL
Facebook's REST path for the Upload API.
|
static String |
HUB_CHALLENGE_PARAMETER
GET parameter indicating the hub challenge from Facebook.
|
static String |
HUB_MODE_PARAMETER
GET parameter indicating the type of request from Facebook.
|
static String |
HUB_MODE_SUBSCRIBE
Hub mode expected from Facebook for WebHook initial registration.
|
static String |
HUB_VERIFY_TOKEN_PARAMETER
GET parameter indicating the verify token from Facebook.
|
static String |
USER_PROFILE_FIELDS
Facebook's GET parameters for the User Profile API.
|
public static final String HUB_MODE_PARAMETER
public static final String HUB_VERIFY_TOKEN_PARAMETER
FbBotMillContext and, if that's the
case, proceed with registration.public static final String HUB_CHALLENGE_PARAMETER
public static final String HUB_MODE_SUBSCRIBE
public static final String FACEBOOK_BASE_URL
public static final String FACEBOOK_MESSAGES_URL
public static final String FACEBOOK_THREAD_SETTINGS_URL
public static final String FACEBOOK_MESSENGER_PROFILE
public static final String USER_PROFILE_FIELDS
public static final String FACEBOOK_UPLOAD_API_URL
public static final String FACEBOOK_MESSENGER_CODE_API_URL
public static final String FACEBOOK_MESSAGING_INSIGHT_ACTIVE_THREADS_URL
public static final String FACEBOOK_MESSAGING_INSIGHT_CONVERSATION_URL
Copyright © 2017 BotMill. All rights reserved.