[ 
https://issues.apache.org/jira/browse/CAMEL-9140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14745385#comment-14745385
 ] 

ASF GitHub Bot commented on CAMEL-9140:
---------------------------------------

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 <[email protected]>
Date:   2015-09-15T12:05:17Z

    [CAMEL-9140] Add missing configuration properties in camel-facebook

commit 628e389894184187c12f2644181ee8eccf790665
Author: Manuel Holzleitner <[email protected]>
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

----


> Missing configuration properties in camel-facebook
> --------------------------------------------------
>
>                 Key: CAMEL-9140
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9140
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-facebook
>    Affects Versions: 2.16.0
>            Reporter: Manuel Holzleitner
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to