I'm trying to figure out how to, or if it is allowed or possible to send messages using the Facebook API.
I am using the Facebook graph API from Facebook4j.
It seems that I can get a user's messages from getInbox(), but I can't see anyway to create a message?
I really only want to respond to Page messages using a Page access token, user messages are not required, but would be nice too.
Anyone know how, or if it is possible?
The code I ended up with is,
to get all messages,
and to send a message,
It works, but a little ugly. Hopefully Facebook4J will support this API soon.