Stark-Mountain / meetup-facebook-bot

An easy-to-setup bot that helps you to communicate with your meetup attendees.
MIT License
1 stars 1 forks source link

Refactor send_message_to_facebook #15

Closed vergeev closed 7 years ago

vergeev commented 7 years ago

Notice that every method in messaging.py that utilizes send_message_to_facebook method adds a recipient and a message (for example: https://github.com/Stark-Mountain/meetup-facebook-bot/blob/master/app/messenger/messaging.py#L119). It would be nice to have send_message_to_facebook take care of it, namely have a recipient and message_body parameters.

vergeev commented 7 years ago

Closed by 04ab6e2552fa7c51f9e809107030fed70e932a29