facebook/facebook-android-sdk

Used to integrate Android apps with Facebook Platform.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 7 minutes ago
Added to GitGenius on September 10th, 2026
Created on May 10th, 2010
Open Issues & Pull Requests: 93 (+0)
GitHub issues: Enabled
Number of forks: 3,712
Total Stargazers: 6,462 (+0)
Total Subscribers: 705 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.2 days
Mean response time: 245.5 days
90th percentile: 1011.2 days
Tracked items: 112

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 4 weeks, while "enhancement" waits about 5 months. Only 3% of issues opened in the past year have been closed. Three people close 77% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 31
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 599 days
Stale 30+ days: 24
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • needs-triage (104)
  • bug (93)
  • Stale (14)
  • enhancement (12)
  • acknowledged (2)
  • triaged (2)
  • fixed (1)

Detailed Description

Facebook SDK for Android is a library that integrates Android apps with Facebook Platform services.

The SDK addresses the need for Android developers to add Facebook functionality to their applications without building these integrations from scratch. It provides modular components that developers can selectively include based on their specific needs, avoiding unnecessary bloat. The architecture separates features into independent modules—Login, Share, Messenger, App Links, and Marketing—all built on a common foundation layer, allowing developers to install only the functionality they intend to use.

Developers should adopt this SDK if they need to integrate Facebook authentication, social sharing, messaging, app linking, or analytics into their Android applications. The modular structure makes it suitable for projects of any size, from those needing only login functionality to comprehensive apps requiring multiple Facebook features. The SDK is published to Maven as independent modules, enabling granular dependency management in build configurations.

The project maintains active engagement with developers through multiple feedback channels including a dedicated bug reporting system, developer community forums, and Stack Overflow support. The team actively solicits user input through surveys to understand priorities and guide improvements. Security is treated as a formal concern with a documented bug bounty program and security policy.