I am using Graph API to send private message as shown in this documentation
https://developers.facebook.com/docs/reference/api/message/
Now, I want to ask about the Maximum number of Facebook private message sent by Graph API (per day)
Thanks a lot
|
I am using Graph API to send private message as shown in this documentation https://developers.facebook.com/docs/reference/api/message/ Now, I want to ask about the Maximum number of Facebook private message sent by Graph API (per day) Thanks a lot |
|||
|
|
|
Thankfully, applications can not send private messages via the API (or any other methods). What you are looking at is the documentation for reading the inbox. |
|||||||||||||||
|
|
Facebook Chat API is the same as private messages. An easily way to test is, install Pidgin and log in Facebook Chat with pidgin. Try to send some messages to other friends and browse "Messages" section in Facebook website. You will find that all messages sent through Pidgin will appear in Facebook Messages. And also we could use me/inbox or me/outbox connection of Graph API to retrieve those messages sent through Pidgin. It is the only way to send messages to friends as I know. Without special API key in whitelist, it could not send private message by Graph API. |
|||
|
|