...
Code Block |
---|
from("direct:foo") .to("facebook://postFeed/?inBody=postUpdate); |
To poll, every 5 sec (You can set the polling consumer options by adding a prefix of "consumer"), all statuses on your home feed:
...
...
Code Block |
---|
from("direct:foo") .to("facebook://postFeed/?inBody=postUpdate); |
To poll, every 5 sec (You can set the polling consumer options by adding a prefix of "consumer"), all statuses on your home feed:
...