Guide to Foursquare - WindSekirun/RxSocialLogin GitHub Wiki
Steps to add module
add this dependency in app/build.gradle
implementation ('com.foursquare:foursquare-android-oauth:1.0.3') {
exclude group: 'com.android.support', module: 'appcompat-v7'
exclude group: 'com.android.support'
exclude group: 'com.google.android'
}
Config Objects
foursquare(getString(R.string.foursquare_api_key), getString(R.string.foursquare_api_secret))