Can someone help me how to make Facebook API auto responded

zeroyjk

Regular Member
Joined
Sep 25, 2015
Messages
231
Reaction score
22
I really want this auto responded.. where can i find this source code??
 
You can use Facebook Graph API for both of these.

I have not looked into message replies but I have create a responder to send private messages to comments. All you need is the comments id that you can easily get by requesting comments of a post then you can send a post request with message parameter to private_replies node. Look at this documentation.

https://developers.facebook.com/docs/graph-api/reference/v2.8/object/private_replies
 
You can use Facebook Graph API for both of these.

I have not looked into message replies but I have create a responder to send private messages to comments. All you need is the comments id that you can easily get by requesting comments of a post then you can send a post request with message parameter to private_replies node. Look at this documentation.

https://developers.facebook.com/docs/graph-api/reference/v2.8/object/private_replies

Do you have skype? add me zeroyjk
 
Back
Top