Title may not describe what I actually want, but I hope this is not a duplicate question as I couldn't find a relevant answer in my searches.
I'm developing a Facebook raid manager application for my own World of Warcraft guild and what I want it to do is:
- When an officer creates a raid, send notifications (or app requests) to all application users whether they are friends of the officer or not.
- This request can be a user-to-user or app-to-user request, the only important thing is it must trigger a notification on Facebook side.
Again, to be clear, I'm not trying to send application requests to non-application users. I just want a way to send requests to application users triggered by a user event.
Application already has a "Facebook Group" authorization, which means all app users are members of a specific facebook group (not a page).
Is this possible via Facebook dialogs?