sns-sdks / python-facebook

A simple Python wrapper for facebook graph api :sparkles: :cake: :sparkles: .
https://sns-sdks.github.io/python-facebook/
330 stars 87 forks source link

Will there be support for sending messages with this sdk? #212

Open attilaszuts opened 2 years ago

attilaszuts commented 2 years ago

I'm happy to help implementing it.

MerleLiuKun commented 2 years ago

Now we can use the Graph API to send messages.

If you want to implemente it in the FacebookApi, welcome! :)

attilaszuts commented 2 years ago

Great, can you assign me to this issue? Do you have a contribution guide or any expectations on how to implement this?

MerleLiuKun commented 2 years ago

You may need use the dataclass to represent the relative object, such as Conversation, Message.

Then you can follow other API method implementation. :)