blob: f8905a87c141c13ce34b2e83952a3c0582c6c14b [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.facebook.CamelFacebookSourceConnector",
"artifactId": "camel-facebook-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-facebook-source",
"type": "source",
"version": "0.7.3",
"description": "Send requests to Facebook APIs supported by Facebook4J."
},
"properties": {
"camel.source.path.methodName": {
"name": "camel.source.path.methodName",
"description": "What operation to perform",
"priority": "HIGH",
"required": "true"
},
"camel.source.endpoint.achievementURL": {
"name": "camel.source.endpoint.achievementURL",
"description": "The unique URL of the achievement",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.albumId": {
"name": "camel.source.endpoint.albumId",
"description": "The album ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.albumUpdate": {
"name": "camel.source.endpoint.albumUpdate",
"description": "The facebook Album to be created or updated",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.appId": {
"name": "camel.source.endpoint.appId",
"description": "The ID of the Facebook Application",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.center": {
"name": "camel.source.endpoint.center",
"description": "Location latitude and longitude",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.checkinId": {
"name": "camel.source.endpoint.checkinId",
"description": "The checkin ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.checkinUpdate": {
"name": "camel.source.endpoint.checkinUpdate",
"description": "The checkin to be created. Deprecated, instead create a Post with an attached location",
"priority": "LOW",
"required": "false"
},
"camel.source.endpoint.clientURL": {
"name": "camel.source.endpoint.clientURL",
"description": "Facebook4J API client URL",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.clientVersion": {
"name": "camel.source.endpoint.clientVersion",
"description": "Facebook4J client API version",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.commentId": {
"name": "camel.source.endpoint.commentId",
"description": "The comment ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.commentUpdate": {
"name": "camel.source.endpoint.commentUpdate",
"description": "The facebook Comment to be created or updated",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.debugEnabled": {
"name": "camel.source.endpoint.debugEnabled",
"description": "Enables deubg output. Effective only with the embedded logger",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.description": {
"name": "camel.source.endpoint.description",
"description": "The description text",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.distance": {
"name": "camel.source.endpoint.distance",
"description": "Distance in meters",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.domainId": {
"name": "camel.source.endpoint.domainId",
"description": "The domain ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.domainName": {
"name": "camel.source.endpoint.domainName",
"description": "The domain name",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.domainNames": {
"name": "camel.source.endpoint.domainNames",
"description": "The domain names",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.eventId": {
"name": "camel.source.endpoint.eventId",
"description": "The event ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.eventUpdate": {
"name": "camel.source.endpoint.eventUpdate",
"description": "The event to be created or updated",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.friendId": {
"name": "camel.source.endpoint.friendId",
"description": "The friend ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.friendlistId": {
"name": "camel.source.endpoint.friendlistId",
"description": "The friend list ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.friendlistName": {
"name": "camel.source.endpoint.friendlistName",
"description": "The friend list Name",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.friendUserId": {
"name": "camel.source.endpoint.friendUserId",
"description": "The friend user ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.groupId": {
"name": "camel.source.endpoint.groupId",
"description": "The group ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.gzipEnabled": {
"name": "camel.source.endpoint.gzipEnabled",
"description": "Use Facebook GZIP encoding",
"defaultValue": "\"true\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpConnectionTimeout": {
"name": "camel.source.endpoint.httpConnectionTimeout",
"description": "Http connection timeout in milliseconds",
"defaultValue": "\"20000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpDefaultMaxPerRoute": {
"name": "camel.source.endpoint.httpDefaultMaxPerRoute",
"description": "HTTP maximum connections per route",
"defaultValue": "\"2\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpMaxTotalConnections": {
"name": "camel.source.endpoint.httpMaxTotalConnections",
"description": "HTTP maximum total connections",
"defaultValue": "\"20\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpReadTimeout": {
"name": "camel.source.endpoint.httpReadTimeout",
"description": "Http read timeout in milliseconds",
"defaultValue": "\"120000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpRetryCount": {
"name": "camel.source.endpoint.httpRetryCount",
"description": "Number of HTTP retries",
"defaultValue": "\"0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpRetryIntervalSeconds": {
"name": "camel.source.endpoint.httpRetryIntervalSeconds",
"description": "HTTP retry interval in seconds",
"defaultValue": "\"5\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpStreamingReadTimeout": {
"name": "camel.source.endpoint.httpStreamingReadTimeout",
"description": "HTTP streaming read timeout in milliseconds",
"defaultValue": "\"40000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.ids": {
"name": "camel.source.endpoint.ids",
"description": "The ids of users",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.inBody": {
"name": "camel.source.endpoint.inBody",
"description": "Sets the name of a parameter to be passed in the exchange In Body",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.includeRead": {
"name": "camel.source.endpoint.includeRead",
"description": "Enables notifications that the user has already read in addition to unread ones",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.isHidden": {
"name": "camel.source.endpoint.isHidden",
"description": "Whether hidden",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.jsonStoreEnabled": {
"name": "camel.source.endpoint.jsonStoreEnabled",
"description": "If set to true, raw JSON forms will be stored in DataObjectFactory",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.link": {
"name": "camel.source.endpoint.link",
"description": "Link URL",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.linkId": {
"name": "camel.source.endpoint.linkId",
"description": "Link ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.locale": {
"name": "camel.source.endpoint.locale",
"description": "Desired FQL locale",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.mbeanEnabled": {
"name": "camel.source.endpoint.mbeanEnabled",
"description": "If set to true, Facebook4J mbean will be registerd",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.message": {
"name": "camel.source.endpoint.message",
"description": "The message text",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.messageId": {
"name": "camel.source.endpoint.messageId",
"description": "The message ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.metric": {
"name": "camel.source.endpoint.metric",
"description": "The metric name",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.milestoneId": {
"name": "camel.source.endpoint.milestoneId",
"description": "The milestone id",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.name": {
"name": "camel.source.endpoint.name",
"description": "Test user name, must be of the form 'first last'",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.noteId": {
"name": "camel.source.endpoint.noteId",
"description": "The note ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.notificationId": {
"name": "camel.source.endpoint.notificationId",
"description": "The notification ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.objectId": {
"name": "camel.source.endpoint.objectId",
"description": "The insight object ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.offerId": {
"name": "camel.source.endpoint.offerId",
"description": "The offer id",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.optionDescription": {
"name": "camel.source.endpoint.optionDescription",
"description": "The question's answer option description",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.pageId": {
"name": "camel.source.endpoint.pageId",
"description": "The page id",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.permissionName": {
"name": "camel.source.endpoint.permissionName",
"description": "The permission name",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.permissions": {
"name": "camel.source.endpoint.permissions",
"description": "Test user permissions in the format perm1,perm2,...",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.photoId": {
"name": "camel.source.endpoint.photoId",
"description": "The photo ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.pictureId": {
"name": "camel.source.endpoint.pictureId",
"description": "The picture id",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.pictureId2": {
"name": "camel.source.endpoint.pictureId2",
"description": "The picture2 id",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.pictureSize": {
"name": "camel.source.endpoint.pictureSize",
"description": "The picture size One of: [square] [small] [normal] [large] [thumbnail] [album]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"square",
"small",
"normal",
"large",
"thumbnail",
"album"
]
},
"camel.source.endpoint.placeId": {
"name": "camel.source.endpoint.placeId",
"description": "The place ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.postId": {
"name": "camel.source.endpoint.postId",
"description": "The post ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.postUpdate": {
"name": "camel.source.endpoint.postUpdate",
"description": "The post to create or update",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.prettyDebugEnabled": {
"name": "camel.source.endpoint.prettyDebugEnabled",
"description": "Prettify JSON debug output if set to true",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.queries": {
"name": "camel.source.endpoint.queries",
"description": "FQL queries",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.query": {
"name": "camel.source.endpoint.query",
"description": "FQL query or search terms for search endpoints",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.questionId": {
"name": "camel.source.endpoint.questionId",
"description": "The question id",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.reading": {
"name": "camel.source.endpoint.reading",
"description": "Optional reading parameters. See Reading Options(#reading)",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.readingOptions": {
"name": "camel.source.endpoint.readingOptions",
"description": "To configure Reading using key\/value pairs from the Map.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.restBaseURL": {
"name": "camel.source.endpoint.restBaseURL",
"description": "API base URL",
"defaultValue": "\"https:\/\/graph.facebook.com\/\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.scoreValue": {
"name": "camel.source.endpoint.scoreValue",
"description": "The numeric score with value",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.size": {
"name": "camel.source.endpoint.size",
"description": "The picture size, one of large, normal, small or square One of: [square] [small] [normal] [large] [thumbnail] [album]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"square",
"small",
"normal",
"large",
"thumbnail",
"album"
]
},
"camel.source.endpoint.source": {
"name": "camel.source.endpoint.source",
"description": "The media content from either a java.io.File or java.io.Inputstream",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.subject": {
"name": "camel.source.endpoint.subject",
"description": "The note of the subject",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.tabId": {
"name": "camel.source.endpoint.tabId",
"description": "The tab id",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.tagUpdate": {
"name": "camel.source.endpoint.tagUpdate",
"description": "Photo tag information",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.testUser1": {
"name": "camel.source.endpoint.testUser1",
"description": "Test user 1",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.testUser2": {
"name": "camel.source.endpoint.testUser2",
"description": "Test user 2",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.testUserId": {
"name": "camel.source.endpoint.testUserId",
"description": "The ID of the test user",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.title": {
"name": "camel.source.endpoint.title",
"description": "The title text",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.toUserId": {
"name": "camel.source.endpoint.toUserId",
"description": "The ID of the user to tag",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.toUserIds": {
"name": "camel.source.endpoint.toUserIds",
"description": "The IDs of the users to tag",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.userId": {
"name": "camel.source.endpoint.userId",
"description": "The Facebook user ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.userId1": {
"name": "camel.source.endpoint.userId1",
"description": "The ID of a user 1",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.userId2": {
"name": "camel.source.endpoint.userId2",
"description": "The ID of a user 2",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.userIds": {
"name": "camel.source.endpoint.userIds",
"description": "The IDs of users to invite to event",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.userLocale": {
"name": "camel.source.endpoint.userLocale",
"description": "The test user locale",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.useSSL": {
"name": "camel.source.endpoint.useSSL",
"description": "Use SSL",
"defaultValue": "\"true\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.videoBaseURL": {
"name": "camel.source.endpoint.videoBaseURL",
"description": "Video API base URL",
"defaultValue": "\"https:\/\/graph-video.facebook.com\/\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.videoId": {
"name": "camel.source.endpoint.videoId",
"description": "The video ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.bridgeErrorHandler": {
"name": "camel.source.endpoint.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exceptionHandler": {
"name": "camel.source.endpoint.exceptionHandler",
"description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exchangePattern": {
"name": "camel.source.endpoint.exchangePattern",
"description": "Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
]
},
"camel.source.endpoint.synchronous": {
"name": "camel.source.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpProxyHost": {
"name": "camel.source.endpoint.httpProxyHost",
"description": "HTTP proxy server host name",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpProxyPassword": {
"name": "camel.source.endpoint.httpProxyPassword",
"description": "HTTP proxy server password",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpProxyPort": {
"name": "camel.source.endpoint.httpProxyPort",
"description": "HTTP proxy server port",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpProxyUser": {
"name": "camel.source.endpoint.httpProxyUser",
"description": "HTTP proxy server user name",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.oAuthAccessToken": {
"name": "camel.source.endpoint.oAuthAccessToken",
"description": "The user access token",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.oAuthAccessTokenURL": {
"name": "camel.source.endpoint.oAuthAccessTokenURL",
"description": "OAuth access token URL",
"defaultValue": "\"https:\/\/graph.facebook.com\/oauth\/access_token\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.oAuthAppId": {
"name": "camel.source.endpoint.oAuthAppId",
"description": "The application Id",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.oAuthAppSecret": {
"name": "camel.source.endpoint.oAuthAppSecret",
"description": "The application Secret",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.oAuthAuthorizationURL": {
"name": "camel.source.endpoint.oAuthAuthorizationURL",
"description": "OAuth authorization URL",
"defaultValue": "\"https:\/\/www.facebook.com\/dialog\/oauth\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.oAuthPermissions": {
"name": "camel.source.endpoint.oAuthPermissions",
"description": "Default OAuth permissions. Comma separated permission names. See https:\/\/developers.facebook.com\/docs\/reference\/login\/#permissions for the detail",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.clientURL": {
"name": "camel.component.facebook.clientURL",
"description": "Facebook4J API client URL",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.clientVersion": {
"name": "camel.component.facebook.clientVersion",
"description": "Facebook4J client API version",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.debugEnabled": {
"name": "camel.component.facebook.debugEnabled",
"description": "Enables deubg output. Effective only with the embedded logger",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.gzipEnabled": {
"name": "camel.component.facebook.gzipEnabled",
"description": "Use Facebook GZIP encoding",
"defaultValue": "\"true\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpConnectionTimeout": {
"name": "camel.component.facebook.httpConnectionTimeout",
"description": "Http connection timeout in milliseconds",
"defaultValue": "\"20000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpDefaultMaxPerRoute": {
"name": "camel.component.facebook.httpDefaultMaxPerRoute",
"description": "HTTP maximum connections per route",
"defaultValue": "\"2\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpMaxTotalConnections": {
"name": "camel.component.facebook.httpMaxTotalConnections",
"description": "HTTP maximum total connections",
"defaultValue": "\"20\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpReadTimeout": {
"name": "camel.component.facebook.httpReadTimeout",
"description": "Http read timeout in milliseconds",
"defaultValue": "\"120000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpRetryCount": {
"name": "camel.component.facebook.httpRetryCount",
"description": "Number of HTTP retries",
"defaultValue": "\"0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpRetryIntervalSeconds": {
"name": "camel.component.facebook.httpRetryIntervalSeconds",
"description": "HTTP retry interval in seconds",
"defaultValue": "\"5\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpStreamingReadTimeout": {
"name": "camel.component.facebook.httpStreamingReadTimeout",
"description": "HTTP streaming read timeout in milliseconds",
"defaultValue": "\"40000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.jsonStoreEnabled": {
"name": "camel.component.facebook.jsonStoreEnabled",
"description": "If set to true, raw JSON forms will be stored in DataObjectFactory",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.mbeanEnabled": {
"name": "camel.component.facebook.mbeanEnabled",
"description": "If set to true, Facebook4J mbean will be registerd",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.prettyDebugEnabled": {
"name": "camel.component.facebook.prettyDebugEnabled",
"description": "Prettify JSON debug output if set to true",
"defaultValue": "\"false\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.restBaseURL": {
"name": "camel.component.facebook.restBaseURL",
"description": "API base URL",
"defaultValue": "\"https:\/\/graph.facebook.com\/\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.useSSL": {
"name": "camel.component.facebook.useSSL",
"description": "Use SSL",
"defaultValue": "\"true\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.videoBaseURL": {
"name": "camel.component.facebook.videoBaseURL",
"description": "Video API base URL",
"defaultValue": "\"https:\/\/graph-video.facebook.com\/\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.bridgeErrorHandler": {
"name": "camel.component.facebook.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.autowiredEnabled": {
"name": "camel.component.facebook.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.configuration": {
"name": "camel.component.facebook.configuration",
"description": "To use the shared configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpProxyHost": {
"name": "camel.component.facebook.httpProxyHost",
"description": "HTTP proxy server host name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpProxyPassword": {
"name": "camel.component.facebook.httpProxyPassword",
"description": "HTTP proxy server password",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpProxyPort": {
"name": "camel.component.facebook.httpProxyPort",
"description": "HTTP proxy server port",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.httpProxyUser": {
"name": "camel.component.facebook.httpProxyUser",
"description": "HTTP proxy server user name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.oAuthAccessToken": {
"name": "camel.component.facebook.oAuthAccessToken",
"description": "The user access token",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.oAuthAccessTokenURL": {
"name": "camel.component.facebook.oAuthAccessTokenURL",
"description": "OAuth access token URL",
"defaultValue": "\"https:\/\/graph.facebook.com\/oauth\/access_token\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.oAuthAppId": {
"name": "camel.component.facebook.oAuthAppId",
"description": "The application Id",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.oAuthAppSecret": {
"name": "camel.component.facebook.oAuthAppSecret",
"description": "The application Secret",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.oAuthAuthorizationURL": {
"name": "camel.component.facebook.oAuthAuthorizationURL",
"description": "OAuth authorization URL",
"defaultValue": "\"https:\/\/www.facebook.com\/dialog\/oauth\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.facebook.oAuthPermissions": {
"name": "camel.component.facebook.oAuthPermissions",
"description": "Default OAuth permissions. Comma separated permission names. See https:\/\/developers.facebook.com\/docs\/reference\/login\/#permissions for the detail",
"priority": "MEDIUM",
"required": "false"
}
}
}