[
https://issues.apache.org/jira/browse/CAMEL-7674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang resolved CAMEL-7674.
---------------------------------
Resolution: Fixed
I just updated the wiki page example code.
> "delay" parameter not supported: Unknown parameters=[{delay=60}]
> ----------------------------------------------------------------
>
> Key: CAMEL-7674
> URL: https://issues.apache.org/jira/browse/CAMEL-7674
> Project: Camel
> Issue Type: Bug
> Components: camel-facebook
> Affects Versions: 2.13.2
> Environment: camel-facebook
> Reporter: Hendy Irawan
> Assignee: Willem Jiang
>
> From the doc http://camel.apache.org/facebook.html :
> {code}
> To poll, every 5 sec., all statuses on your home feed:
> from("facebook://home?delay=5")
> .to("bean:blah");
> {code}
> But attempting to set {{delay}} parameter throws:
> bq. There are 1 parameters that couldn't be set on the endpoint. Check the
> uri if the parameters are spelt correctly and that they are properties of the
> endpoint. Unknown parameters=[{delay=60}]
> Additionally, the {{delay}} was never mentioned in the parameters
> documentation.
--
This message was sent by Atlassian JIRA
(v6.2#6252)