-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[suggestion] facebook auto-reply functionality #2
Comments
i will add messenger codes then use as you needed |
Great, can't wait for it. Thank you |
I also would love to see auto reply bot. I'm trying to develop my own. I already can get threads ids by one of graphql request that response with such data, but I don't know how sending message works here. Anybody can help? I think it's probably done through websocket but I'm not 100% sure. |
messenger app uses websocket and xmpp like client to communication (chat) both side (server/client). can be done auto system using messenger web api easily, but todo using private api of apk file will take times... I will share web api at this time, after some days, will share messenger app private api. |
It would be very useful if you would share how did you manage to find a request, what data it returns, why we use this request etc. I saw blog post somewhere that send graphql based on decoded binary message from websocket. For me it would help understating how it works. So based on the blog I found I created a code that send message, maybe it'll save some time for you.
|
I believe pagination support while getting threads id would be very good feature. |
There's not a lot liblaries that is constantly updated and this one is preety new. I've been resarching for hours for such bot but all projects are outdated since few years ago facebook made some changes with messenger. so if suggestions are allowed I'd like to suggest auto-replies to threads function. So the program must have basic functions like: get 10 recent unread_threads by their id responsd to friend by set message. Also mark thread as read after sucesfully sending a message. Any feedback would be appreciate thank you :)
The text was updated successfully, but these errors were encountered: