Android용 Facebook SDK는 다음의 구성 요소 SDK로 구성됩니다.
Android용 Facebook SDK의 모든 기능을 사용할 필요가 없는 경우 앱에서 사용하고자 하는 Facebook 제품을 지원하는 데 필요한 구성 요소 SDK만 사용하면 공간을 절약할 수 있습니다.
Facebook SDK를 사용할 때 자동 이벤트 로깅을 비활성화하지 않으면 앱의 일부 이벤트가 자동으로 로깅되고 수집됩니다. 수집되는 정보 및 자동 이벤트 로깅을 비활성화하는 방법에 대한 자세한 내용은 자동 앱 이벤트 로깅을 참조하세요.
프로젝트에서 Maven을 구성 요소 SDK 중 하나와 연결하려면 다음의 구현 문 중 하나를 빌드 스크립트에 추가하세요.
implementation 'com.facebook.android:facebook-applinks:latest.release'
implementation 'com.facebook.android:facebook-common:latest.release'
implementation 'com.facebook.android:facebook-core:latest.release'
implementation 'com.facebook.android:facebook-gamingservices:latest.release'
implementation 'com.facebook.android:facebook-login:latest.release'
implementation 'com.facebook.android:facebook-messenger:latest.release'
implementation 'com.facebook.android:facebook-share:latest.release'
구현 문을 추가하는 방법:
buildscript { repositories {}}
섹션에 다음 저장소를 추가하여 Maven Central Repository에서 SDK를 다운로드합니다.
mavenCentral()
dependencies{}
섹션에 추가합니다.