[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2024-11-19 UTC."],[[["OAuth-based App Flip linking streamlines account linking on Android by allowing users to sign in using existing app authorizations, eliminating the need for credential re-entry in a browser."],["Integrating App Flip into your Android app involves modifying your `AndroidManifest.xml`, validating the calling app's signature and client ID, and handling authorization and error responses."],["Upon successful authorization, your app returns an authorization code to Google; in case of errors, specific result codes and error types are returned to trigger appropriate fallback mechanisms."],["The App Flip linking sample app and test tool provide resources to understand and verify your app's integration with this feature."],["The launch intent from Google includes `CLIENT_ID`, `SCOPE`, and `REDIRECT_URI`, while the response data includes `AUTHORIZATION_CODE`, `resultCode`, and error details if applicable."]]],[]]