Schmavery / facebook-chat-api

Unofficial Facebook Chat API for Nodejs
MIT License
1.94k stars 597 forks source link

Logged in as Page and couldn't listen to any message #609

Open chiupc opened 6 years ago

chiupc commented 6 years ago

Hi, I have logged in with pageID as shown in the guide but could not listen to any message. My account is an admin of the page.

May I know is listening to page message still working ?

ptrcnull commented 6 years ago

@chiupc Facebook changed their API some time ago and it doesn't work now.

chiupc commented 6 years ago

Any possible workaround?

ravkr commented 6 years ago

Currently you have to use official Facebook API Or you can try to debug it yourself, maybe it requires only changes in few lines

ptrcnull commented 6 years ago

@ravkr #588. All you can get now from FB API is the notification, nothing else

ravkr commented 6 years ago

are you sure? https://developers.facebook.com/docs/messenger-platform

ptrcnull commented 6 years ago

but it's a different API and it needs an app with token

ravkr commented 6 years ago

yup, that's why it is a workaround, not a preferred way 😢

chiupc commented 6 years ago

Yeap. The process of submitting the bot is also tedious.