I am building an event application where user creates an event and invites his/her friends. I custom built the friend selector as selecting friends is one of the steps in the whole process(Facebook friend selector sends invitation right after click the invite button). After selecting friends I present that information along with other information to get user's confirmation. I have to notify invitees about this new event. Here are my options
Notifications (limited to app users)
Messages (limited to app users)
Requests (app to user are limited to app users but user to user are not)
So the only option I have is to use user to user request which currently is only possible with dialogAPI. I cannot use dialogAPI as I have a custom friend selector.
Is it possible to send user to user notifications/messages/requests to users who did not authorize the app yet? Any other ideas?
toproperty inFB.ui. – vlgalik Sep 17 '12 at 13:53