I would like to implement receiving and sending Facebook messages in my Android application. Since the official Chat API will be deprecated starting 30 april 2015, I can't use it.
I stumbled upon this unofficial Facebook Chat API, but it uses JavaScript. Is there any way to use this API in my Android project? Note that I do NOT want to create a chat client, I want to use it to receive messages and send quick replies through notifications only. So I'm thinking I can't use a WebView and just create my app using HTML/CSS/JavaScript?
Is there any other way to use this?