Released user_messenger_contact permission to enable Login Connect with Messenger. This new feature allows people to opt in to being contacted by a business on Messenger following the FB Login flow. Learn more at https://developers.facebook.com/docs/facebook-login/login-connect
Support Android S+ checksum API for computing the package checksum if it’s available.
Expanded support for auto-logging of in-app purchases to support apps that use V2 and/or V3 of the Google Play Billing Library
Changed
The default Graph API version is updated to v11.0
Removed deprecated signing key hashes for validating signatures
In AccessToken , token, applicationId, userId and permissions fields became nonnull.
The constructors of GraphResponse now require a nonnull GraphRequest object. If the constructor is called with a JSONArray or an error, the array/error should also be nonnull.
In GraphRequest, The parameter of Callback.onComplete() is declared nonnull. The parameters of GraphJSONArrayCallback and GraphJSONObjectCallback are declared nullable.
Fixed
Fixed NPE on calling AppEventsLogger.activateApp(Context context)
Removed the dependencies on deprecated kotlin-android-extension library
Deprecated
GraphRequest#setSkipClientToken()
[9.1.1] - 2021-04-12
Changed
Supported refetching Gate Keeper values after switching app IDs.
Fixed POM validation error in staging phase.
Fixed IAP enable logic
[9.1.0] - 2021-03-05
Added
GameRequests has a new UI for Gaming Domain Apps.
Added a GamingPayload class that can retrieve Payloads sent from our messenger XMAs.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps facebook-android-sdk from 4.42.0 to 11.1.1.
Release notes
Sourced from facebook-android-sdk's releases.
... (truncated)
Changelog
Sourced from facebook-android-sdk's changelog.
... (truncated)
Commits
f962f7e
Version bump 11.1.1260bb5f
Fix Attachments in GraphApiRequests2c23e26
Migrate FacebookSdkVersion to Kotlinf860136
Migrate UserDataStore7ff09de
Migrate UserDataStoreTest to Kotlin3f2f613
Deprecate bolts.Capture and wait for its removal in next major release8f1e277
Migrate BoltsExecutors to Kotlinc015323
Fix race condition where a quick response from Daemon is received by SDK befo...1aea023
Make LegacyTokenHelper Internalde88b4c
Migrate bolts.Task into KotlinDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)