Skip to content
Ram edited this page Oct 16, 2018 · 7 revisions

1. How to resolve the URI not absolute error while running jbot-example?

A. https://github.com/ramswaroop/jbot/issues/96

2. How can I run only slack or only facebook bot in jbot?

A. Set spring.profiles.active=slack or spring.profiles.active=facebook in application.properties file. If you want to run both then set spring.profiles.active=slack,facebook.

3. Why is JBot fb demo not working?

A. Facebook has made changes to its new API v2.12 and as JBot demo was using API v2.7 it has now stopped working. We will be fixing this in November.

Clone this wiki locally