I want to send inbox messages on facebook with a attachment. Thats possible?
Reference: https://developers.facebook.com/docs/reference/api/message/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Facebook does not allow to send messages to users using Graph API (avoiding spam) with 1 exception, as a page you can reply to messages from users.
The only way of sending messages like that is using the Chat API (XMPP) but it is more complex