Sha256: 3c464c9d8f78c8fe48998a217b565558fdfa453c4a530c548edcad84f495d597

Contents?: true

Size: 1.01 KB

Versions: 14

Compression:

Stored size: 1.01 KB

Contents

# facebook
Ensure that the version of the Facebook SDK in use has been released in the last two years.

## Will Skip If
* The APK does not include the Facebook SDK (`com.facebook.FacebookSdk` class is not present).

## Will Fail If
* The Facebook SDK version was not released in the last two years.

## Exports
The version information of the included Facebook SDK.

### Example
```json
{
  "facebook_sdk": {
    "major": 4,
    "minor": 33,
    "patch": 0,
    "version": "4.33.0",
    "date": "2018-05-01"
  }
}
```

## Reason
Facebook deprecates their SDKs two years after release.

> Core APIs and SDKs are central to the Facebook Platform offered to developers. These elements are subject to a version system, and guarantee that anything considered a core API node, field, edge, dialog, SDK or SDK method will remain available and unchanged for at least two years from the launch of that version.
Source: https://developers.facebook.com/docs/apps/versions/

## Resolution
Update the version of the Facebook SDK that your game uses.

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
headdesk-0.17.0 docs/facebook.md
headdesk-0.16.2 docs/facebook.md
headdesk-0.16.1 docs/facebook.md
headdesk-0.16.0 docs/facebook.md
headdesk-0.15.1 docs/facebook.md
headdesk-0.15.0 docs/facebook.md
headdesk-0.14.0 docs/facebook.md
headdesk-0.13.0 docs/facebook.md
headdesk-0.12.0 docs/facebook.md
headdesk-0.11.3 docs/facebook.md
headdesk-0.11.2 docs/facebook.md
headdesk-0.11.1 docs/facebook.md
headdesk-0.11.0 docs/facebook.md
headdesk-0.10.0 docs/facebook.md