{"id":13452721,"url":"https://github.com/facebook/facebook-android-sdk","last_synced_at":"2025-05-13T15:03:03.909Z","repository":{"id":37406240,"uuid":"659341","full_name":"facebook/facebook-android-sdk","owner":"facebook","description":"Used to integrate Android apps with Facebook Platform.","archived":false,"fork":false,"pushed_at":"2025-04-15T04:14:16.000Z","size":33464,"stargazers_count":6222,"open_issues_count":143,"forks_count":3671,"subscribers_count":688,"default_branch":"main","last_synced_at":"2025-05-05T22:41:23.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://developers.facebook.com/docs/android","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/facebook.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2010-05-10T17:17:33.000Z","updated_at":"2025-05-05T02:46:27.000Z","dependencies_parsed_at":"2023-12-18T18:47:49.132Z","dependency_job_id":"2b92ff9a-c708-460e-8c9b-52f3663b59ed","html_url":"https://github.com/facebook/facebook-android-sdk","commit_stats":{"total_commits":2819,"total_committers":227,"mean_commits":"12.418502202643172","dds":0.8800993260021284,"last_synced_commit":"e44a8b3deb503cccc68984d6979b65933c1d2083"},"previous_names":[],"tags_count":158,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Ffacebook-android-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Ffacebook-android-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Ffacebook-android-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facebook%2Ffacebook-android-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facebook","download_url":"https://codeload.github.com/facebook/facebook-android-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253206155,"owners_count":21871164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T08:00:21.338Z","updated_at":"2025-05-13T15:03:03.850Z","avatar_url":"https://github.com/facebook.png","language":"Kotlin","readme":"Facebook SDK for Android\n========================\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.facebook.android/facebook-android-sdk/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.facebook.android/facebook-android-sdk)\n\nThis library allows you to integrate Facebook into your Android app.\n\nLearn more about the provided samples, documentation, integrating the SDK into your app, accessing\nsource code, and more at https://developers.facebook.com/docs/android\n\n:wave: The SDK team is eager to learn from you! Fill\nout [this survey](https://facebook.co1.qualtrics.com/jfe/form/SV_2hJ13Imkq1YF9Sm?TrackID=GitHub) to\ntell us what’s most important to you and how we can improve.\n\nTRY IT OUT\n----------\n\n1. Check-out the tutorials available online\n   at https://developers.facebook.com/docs/android/getting-started\n2. Start coding! Visit https://developers.facebook.com/docs/android/ for tutorials and reference\n   documentation.\n\nFEATURES\n--------\n\n* [Login](https://developers.facebook.com/docs/facebook-login)\n* [Sharing](https://developers.facebook.com/docs/sharing)\n* [Messenger](https://developers.facebook.com/docs/messenger-expressions)\n* [App Links](https://developers.facebook.com/docs/applinks)\n* [Analytics](https://developers.facebook.com/docs/analytics)\n* [Graph API](https://developers.facebook.com/docs/android/graph)\n* [Marketing](https://developers.facebook.com/docs/app-events/marketing-kit)\n\nSTRUCTURE\n---------\nThe SDK is separated into modules with the following structure.\n\n    +----------------------------------------------------+\n    |                                                    |\n    | Facebook-android-sdk                               |\n    |                                                    |\n    +----------------------------------------------------+\n    +----------+ +----------+ +------------+ +-----------+\n    |          | |          | |            | |           |\n    | Facebook | | Facebook | | Facebook   | | Facebook  |\n    | -Login : | | -Share   | | -Messenger | | -Applinks |\n    |          | |          | |            | |           |\n    +----------+ +----------+ |            | |           |\n    +-----------------------+ |            | |           |\n    |                       | |            | |           |\n    | Facebook-Common       | |            | |           |\n    |                       | |            | |           |\n    +-----------------------+ +------------+ +-----------+\n    +----------------------------------------------------+\n    |                                                    |\n    | Facebook-Core                                      |\n    |                                                    |\n    +----------------------------------------------------+\n\nUSAGE\n-----\nFacebook SDKs are broken up into separate modules as shown above. To ensure the most optimized use\nof\nspace only install the modules that you intend to use. To get started, see the Installation section\nbelow.\n\nAny Facebook SDK initialization must occur only in the main process of the app. Use of Facebook SDK\nin processes other than the main process is not supported and will likely cause problems.\n\n\nINSTALLATION\n------------\nFacebook SDKs are published to Maven as independent modules. To utilize a feature listed above\ninclude the appropriate dependency (or dependencies) listed below in your `app/build.gradle` file.\n\n```gradle\ndependencies {\n    // Facebook Core only (Analytics)\n    implementation 'com.facebook.android:facebook-core:latest.release'\n\n    // Facebook Login only\n    implementation 'com.facebook.android:facebook-login:latest.release'\n\n    // Facebook Share only\n    implementation 'com.facebook.android:facebook-share:latest.release'\n\n    // Facebook Messenger only\n    implementation 'com.facebook.android:facebook-messenger:latest.release'\n\n    // Facebook App Links only\n    implementation 'com.facebook.android:facebook-applinks:latest.release'\n    \n    // Facebook Marketing only\n    implementation 'com.facebook.android:facebook-marketing:latest.release'\n\n    // Facebook Android SDK (everything)\n    implementation 'com.facebook.android:facebook-android-sdk:latest.release'\n}\n```\n\nYou may also need to add the following to your project/build.gradle file.\n\n```gradle\nbuildscript {\n    repositories {\n        mavenCentral()\n    }\n}\n```\n\nGIVE FEEDBACK\n-------------\nPlease report bugs or issues to https://developers.facebook.com/bugs/\n\nYou can also visit\nour [Facebook Developer Community Forum](https://developers.facebook.com/community/),\njoin the [Facebook Developers Group on Facebook](https://www.facebook.com/groups/fbdevelopers/),\nask questions on [Stack Overflow](http://facebook.stackoverflow.com),\nor open an issue in this repository.\n\nSECURITY\n--------\nSee the [SECURITY POLICY](SECURITY.md) for more info on our bug bounty program.\n\nCONTRIBUTING\n-------------\nWe are able to accept contributions to the Facebook SDK for Android. To contribute please do the\nfollowing.\n\n- Follow the instructions in\n  the [CONTRIBUTING.md](https://github.com/facebook/facebook-android-sdk/blob/main/CONTRIBUTING.md).\n- Submit your pull request to the [main](https://github.com/facebook/facebook-android-sdk/tree/main)\n  branch. This allows us to merge your change into our internal main and then push out the change in\n  the next release.\n\nLICENSE\n-------\nExcept as otherwise noted, the Facebook SDK for Android is licensed under the Facebook Platform\nLicense (https://github.com/facebook/facebook-android-sdk/blob/main/LICENSE.txt).\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is\ndistributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied. See the License for the specific language governing permissions and limitations under the\nLicense.\n\nDEVELOPER TERMS\n---------------\n\n- By enabling Facebook integrations, including through this SDK, you can share information with\n  Facebook, including information about people’s use of your app. Facebook will use information\n  received in accordance with our Data Use Policy (https://www.facebook.com/about/privacy/),\n  including to provide you with insights about the effectiveness of your ads and the use of your\n  app. These integrations also enable us and our partners to serve ads on and off Facebook.\n\n- You may limit your sharing of information with us by updating the Insights control in the\n  developer tool (https://developers.facebook.com/apps/[app_id]/settings/advanced).\n\n- If you use a Facebook integration, including to share information with us, you agree and confirm\n  that you have provided appropriate and sufficiently prominent notice to and obtained the\n  appropriate consent from your users regarding such collection, use, and disclosure (including, at\n  a minimum, through your privacy policy). You further agree that you will not share information\n  with us about children under the age of 13.\n\n- You agree to comply with all applicable laws and regulations and also agree to our\n  Terms (https://www.facebook.com/policies/), including our Platform\n  Policies (https://developers.facebook.com/policy/) and Advertising Guidelines, as\n  applicable (https://www.facebook.com/ad_guidelines.php).\n\nBy using the Facebook SDK for Android you agree to these terms.\n","funding_links":[],"categories":["Java","Kotlin","Andriod"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebook%2Ffacebook-android-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacebook%2Ffacebook-android-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacebook%2Ffacebook-android-sdk/lists"}