There are actually two ways:
1) Purchase Construct Master Collection and you can add Facebook SDK and use events as well
2) You can export your project to Cordova and add Facebook SDK to exported project. How to add SDK you can find in documentation on FB Developer dashboard(after you creat Facebook app you should click on Settings button at App Events block). Events can be written in MainActivity class.
So the schema looks like this:
1. Export as Cordova project
2. Create FB app through FB Developer dashboard
3. Go through FB documenation
4. Generate hashes(base64) to link the app with FB through keytool
That's it.