Sha256: fc2452a80b789da04da9af611c59564a5d8f414d2c14d8d59ee5a258a5f90823
Contents?: true
Size: 961 Bytes
Versions: 7
Compression:
Stored size: 961 Bytes
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/
Version data entries
7 entries across 7 versions & 1 rubygems