I'm building an Android app with Xamarin.Android. I am using Facebook for user login and I also need few other permissions like user_events
, rsvp_event
etc. But I don't understand the exact steps that I should follow. I've read the docs, but I'm still confused.
Do I have to create a Facebook app first and approve the permissions?
How do I test the app with FB login while the app is in beta stage?
If anyone can point me to the right direction with all the steps that I need to follow, it will be a great help.