Facebook events integration application - synchronization your events and presents in list of your events for the user who have been logged in facebook app.
Android 5.0 or later (Minimum SDK level 21)
Android Studio 3.0 (to compile and use)
Eclipse is not supported
Download Android Studio
Launch Android Studio
Start your new project
Open your project's main Gradle file, in root directory (/build.gradle)
Make sure you are using jcenter() in the repository block (mavenCentral() should work too)
Open your app module Gradle file, for example /app/build.gradle
Click Tools/Android/Sync Project with Gradle Files or click on the Sync icon in the top toolbar
Click Run/Run 'app' to see if it's resolved correctly
This will run the app on your device. You may need to download a newer version of Gradle, which will be available in the Android Studio UI if compile fails.
Support
If you've found an error while using the library, please file an issue. All patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.