I've searched about this issue a lot and still haven’t found the right answers.
I’ll describe what I would like to achieve:
I have an app on several platforms (iOS, Web, Windows…) and I want to add a new feature to it.
Basically the new feature will allow a registered user to invite his/her Facebook friend to some event he created on my app.
The questions:
1) What is the best way to implement it? Should I use Canvas for my app? Notice that I would like to give the best UX for the users. For example, if the friend doesn’t have my app installed on his device, I would like him to be able to download it maybe via the invitation, but then how can I know that he/she came from the invitation?
2) When a user will come from the event invitation I’ll have to know about it somehow. Probably by an identifier of the event. How can I get this information?
3) Should I use app invitation or just send a regular message?
• Notice that my users will be able to create several events and not just one event.
Thanks in advance, Tomer