Facebook places - How to get started

In version 3.7.0, we introduced an integration between our SDK and the Facebook Places library.

In order to make your life easier we built an external library that already does the communication between Facebook Places and our plugin. All you need to do is add this dependency to your gradle file alongside the Plot plugin.

dependencies {
    implementation 'com.plotprojects:plot-android:3.17.0'
    implementation 'com.plotprojects:plot-facebook-places-lib:1:0:0'
}

Once the integration is done go to Facebook Places to start using it.