I am developing an application using Xamarin with traditional approach for all 3 platforms : Android, iOS and Windows Phone 8
For all 3 platform we would like to achieve the functionality of App Invite from Facebook.
But we could find the feasibility for only Android and iOS Native application support.
How could I achieve this?
I have tried with the following approaches
- Need to convert Facebook SDK of iOS and Android to support for Xamarin by creating wrapper of C#. But that is again not going to support for windows phone
- For .Net library tried with : http://facebooksdk.net/docs/ But again we could not find App Invite Feature through it.
What should be the solution.
Requirement : I require this feature because I would like to invite my friends to join my application.