'how to make a spring boot api integrates chatbots in different fb pages throw messenger channel

I try to develop a spring boot backend API that integrates Messenger chatbot in pages by providing appid and appsecret.

I tried messenger4j but I should provide app credentials in envi variable (token,secret,verifToken) so this way my backend app could only handle a unique Facebook app.

Is that any other solution to integrate chatbot in FB pages throw messenger channel?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source