Given 2 facebook pages A and B, with a shared app and bot, I need to be able to forward all messages that the bot receives on page A to page B, in such a way that all moderators on page B can view the messages.
Is this possible? I think the issue lies around where to send messages to on page B. They have to be sent as the bot, and trying to send the message to the page results in a 400 Bad Request. I'm guessing you cant have a message where the sender and recipient is the same.