davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 185 forks source link

Issue with the Echo Bot #54

Open JayRajM97 opened 6 years ago

JayRajM97 commented 6 years ago

Actual Code : bot.send_text_message(recipient_id, response) :-1: Working Code : bot.send_text_message(sender_id, response) :+1: