GitHub user manuelh9r opened a pull request: https://github.com/apache/camel/pull/613
CAMEL-9140: Missing configuration properties in camel-facebook For the new request methods that were introduced with the Facebook4j 2.x version (see CAMEL-7634) some new parameter arguments are required but were not added to the endpoint configuration (e.g. pageId for getPage) and thus endpoints for this methods fail to resolve. For example, the following does not work: facebook://getPage?pageId=6538157161 You can merge this pull request into a Git repository by running: $ git pull https://github.com/manuelh9r/camel camel-9140 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/613.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #613 ---- commit abb8202f1f01b727973667fbe56a1767562fdc46 Author: Manuel Holzleitner <manuel.holzleit...@gmail.com> Date: 2015-09-15T12:05:17Z [CAMEL-9140] Add missing configuration properties in camel-facebook commit 628e389894184187c12f2644181ee8eccf790665 Author: Manuel Holzleitner <manuel.holzleit...@gmail.com> Date: 2015-09-15T12:06:11Z Fix facebook tests to support newly created tokens With new facebook application tokens some API methods are deprecated and cause the tests to fail. These deprecation errors need to be ignored in the tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---