python-facebook
python-facebook copied to clipboard
Will there be support for sending messages with this sdk?
I'm happy to help implementing it.
Now we can use the Graph API to send messages.
If you want to implemente it in the FacebookApi, welcome! :)
Great, can you assign me to this issue? Do you have a contribution guide or any expectations on how to implement this?
You may need use the dataclass to represent the relative object, such as Conversation, Message.
Then you can follow other API method implementation. :)