Skip to content

Android App Events never appear – mobile_sdk_gk returns OAuthException 500 (SDK 18.1.3) #1375

@kalpeshchavda9896

Description

@kalpeshchavda9896

Checklist before submitting a bug report

Java version

17.0.12

Android version

Android 14 (API 34), Android 15 (API 35)

Android SDK version

18.1.3

Installation platform & version

Gradle (via react-native-fbsdk-next), Android Gradle Plugin 8.x

Package

Core & AppEvents

Goals

Description

I am facing a blocking issue where Facebook App Events never appear in Test Events, even though the SDK initializes correctly and events are flushed successfully.

This happens consistently across:

  • Multiple real devices
  • Release builds installed from Play Store (internal testing)
  • Brand new Facebook App IDs
  • Correct App ID, Client Token, package name, and key hashes

Expected results

Events should be coming in Facebook's Test Events.

Actual results

Events are logs, but they are not sent to Facebook's Test Events.

  • Custom events are created successfully
  • SDK flushes events without error
  • /app/{app_id}/activities requests return success
  • BUT no events ever appear in Meta Test Events

The SDK consistently fails during initialization when calling the Mobile SDK Gatekeepers API.

Steps to reproduce

  1. Install release build from Play Store (internal testing)
  2. Open app
  3. Trigger custom App Event via Facebook SDK
  4. Observe logcat: mobile_sdk_gk returns OAuthException 500
  5. Check Meta Test Events → no events appear

Code samples & details

Logs
---------------------------- PROCESS STARTED (16487) for package {PACKAGE_NAME} ----------------------------
2025-12-19 16:08:46.306 16487-16617 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:46.306 16487-16617 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 2
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:46.330 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:46.330 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 1
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:46.333 16487-16622 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:46.333 16487-16622 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 3
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:46.333 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:46.333 16487-16622 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:46.334 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	4
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:46.334 16487-16622 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	5
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:46.384 16487-16487 FacebookSD...cleTracker {PACKAGE_NAME}                 D  onActivityCreated
2025-12-19 16:08:46.441 16487-16487 SystemSens...gerExtImpl {PACKAGE_NAME}                 V  RegisterListener icm4x6xx Accelerometer Non-wakeup type:1 delay:66667us by com.facebook.react.common.ShakeDetector@b9c3c23 from {PACKAGE_NAME}
2025-12-19 16:08:46.477 16487-16487 FacebookSD...cleTracker {PACKAGE_NAME}                 D  onActivityStarted
2025-12-19 16:08:46.481 16487-16487 FacebookSD...cleTracker {PACKAGE_NAME}                 D  onActivityResumed
2025-12-19 16:08:46.484 16487-16670 FacebookSDK.AppEvents   {PACKAGE_NAME}                 D  Created app event '{"_eventName":"fb_mobile_activate_app","_logTime":1766140726,"_ui":"MainActivity","_session_id":"f3e648e1-b752-4509-8cfb-e2e4e1adaf9a","fb_mobile_launch_source":"Unclassified"}'
2025-12-19 16:08:46.563 16487-16618 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:46.574 16487-16618 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:46.580 16487-16625 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:46.587 16487-16618 FacebookSD...EventQueue {PACKAGE_NAME}                 D  Flushing 1 events due to EXPLICIT.
2025-12-19 16:08:46.591 16487-16625 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	6
                                                                                                      URL:	https://graph.facebook.com/v16.0/{facebook_app_id}/activities
                                                                                                      Method:	POST
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
                                                                                                      Parameters:
                                                                                                          access_token:	{facebook_app_id}|{client_token}
                                                                                                          format:	json
                                                                                                          sdk:	android
                                                                                                      Attachments:
                                                                                                          event:	MOBILE_APP_INSTALL
                                                                                                          anon_id:	XZ01375403-b0b5-4796-a68c-b79c4539431a
                                                                                                          application_tracking_enabled:	true
                                                                                                          advertiser_id_collection_enabled:	true
                                                                                                          attribution:	abd60f9b-5382-4813-be03-a76b52c3bf46
                                                                                                          advertiser_id:	d3c8b144-0991-4736-a227-cd730192665c
                                                                                                          advertiser_tracking_enabled:	true
                                                                                                          extinfo:	["a2","{PACKAGE_NAME}",32,"1.2.10","14","LE2101","en_US","GMT+05:30","JIO",1080,2249,"3",8,227,101,"Asia\/Kolkata"]
                                                                                                          application_package_name:	{PACKAGE_NAME}
2025-12-19 16:08:46.627 16487-16622 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:46.628 16487-16622 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 5
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:46.641 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:46.642 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 4
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:46.642 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:46.643 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	8
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:46.676 16487-16618 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	7
                                                                                                      URL:	https://graph.facebook.com/v16.0/{facebook_app_id}/activities
                                                                                                      Method:	POST
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
                                                                                                      Parameters:
                                                                                                          format:	json
                                                                                                          sdk:	android
                                                                                                          custom_events:	[{"_eventName":"fb_mobile_activate_app","_logTime":1766140726,"_ui":"MainActivity","_session_id":"f3e648e1-b752-4509-8cfb-e2e4e1adaf9a","fb_mobile_launch_source":"Unclassified"}]
                                                                                                      Attachments:
                                                                                                          event:	CUSTOM_APP_EVENTS
                                                                                                          anon_id:	XZ01375403-b0b5-4796-a68c-b79c4539431a
                                                                                                          application_tracking_enabled:	true
                                                                                                          advertiser_id_collection_enabled:	true
                                                                                                          attribution:	abd60f9b-5382-4813-be03-a76b52c3bf46
                                                                                                          advertiser_id:	d3c8b144-0991-4736-a227-cd730192665c
                                                                                                          advertiser_tracking_enabled:	true
                                                                                                          extinfo:	["a2","{PACKAGE_NAME}",32,"1.2.10","14","LE2101","en_US","GMT+05:30","JIO",1080,2249,"3",8,227,101,"Asia\/Kolkata"]
                                                                                                          application_package_name:	{PACKAGE_NAME}
2025-12-19 16:08:46.679 16487-16623 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:46.699 16487-16623 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	9
                                                                                                      URL:	https://graph.facebook.com/v16.0/{facebook_app_id}/activities
                                                                                                      Method:	POST
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
                                                                                                      Parameters:
                                                                                                          access_token:	{facebook_app_id}|{client_token}
                                                                                                          format:	json
                                                                                                          sdk:	android
                                                                                                      Attachments:
                                                                                                          event:	MOBILE_APP_INSTALL
                                                                                                          anon_id:	XZ01375403-b0b5-4796-a68c-b79c4539431a
                                                                                                          application_tracking_enabled:	true
                                                                                                          advertiser_id_collection_enabled:	true
                                                                                                          attribution:	abd60f9b-5382-4813-be03-a76b52c3bf46
                                                                                                          advertiser_id:	d3c8b144-0991-4736-a227-cd730192665c
                                                                                                          advertiser_tracking_enabled:	true
                                                                                                          extinfo:	["a2","{PACKAGE_NAME}",32,"1.2.10","14","LE2101","en_US","GMT+05:30","JIO",1080,2249,"3",8,227,101,"Asia\/Kolkata"]
                                                                                                          application_package_name:	{PACKAGE_NAME}
2025-12-19 16:08:46.930 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:46.930 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 8
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:46.930 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:46.931 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	10
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:47.235 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:47.235 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 10
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:47.236 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:47.236 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	11
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:47.462 16487-16618 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 7
                                                                                                      Size: 16
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 200, graphObject: {"success":true}, error: null}]
2025-12-19 16:08:47.463 16487-16618 FacebookSD...EventQueue {PACKAGE_NAME}                 D  Flush completed
                                                                                                    Params: {"event":"CUSTOM_APP_EVENTS","anon_id":"XZ01375403-b0b5-4796-a68c-b79c4539431a","application_tracking_enabled":true,"advertiser_id_collection_enabled":true,"attribution":"abd60f9b-5382-4813-be03-a76b52c3bf46","advertiser_id":"d3c8b144-0991-4736-a227-cd730192665c","advertiser_tracking_enabled":true,"extinfo":"[\"a2\",\"{PACKAGE_NAME}\",32,\"1.2.10\",\"14\",\"LE2101\",\"en_US\",\"GMT+05:30\",\"JIO\",1080,2249,\"3\",8,227,101,\"Asia\\\/Kolkata\"]","application_package_name":"{PACKAGE_NAME}"}
                                                                                                      Result: Success
                                                                                                      Events JSON: [
                                                                                                      {
                                                                                                        "_eventName": "fb_mobile_activate_app",
                                                                                                        "_logTime": 1766140726,
                                                                                                        "_ui": "MainActivity",
                                                                                                        "_session_id": "f3e648e1-b752-4509-8cfb-e2e4e1adaf9a",
                                                                                                        "fb_mobile_launch_source": "Unclassified"
                                                                                                      }
                                                                                                    ]
2025-12-19 16:08:47.521 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:47.522 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 11
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:47.523 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:47.524 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	12
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:47.561 16487-16625 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 6
                                                                                                      Size: 16
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 200, graphObject: {"success":true}, error: null}]
2025-12-19 16:08:47.562 16487-16625 FacebookSD...acebookSdk {PACKAGE_NAME}                 D  MOBILE_APP_INSTALL has been logged
2025-12-19 16:08:47.578 16487-16623 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 9
                                                                                                      Size: 16
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 200, graphObject: {"success":true}, error: null}]
2025-12-19 16:08:47.578 16487-16623 FacebookSD...acebookSdk {PACKAGE_NAME}                 D  MOBILE_APP_INSTALL has been logged
2025-12-19 16:08:47.840 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:47.841 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 12
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:47.843 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:47.844 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	13
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:48.209 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:48.209 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 13
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:48.211 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:48.212 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	14
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:48.526 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:48.527 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 14
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:48.528 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:48.530 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	15
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:48.942 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:48.942 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 15
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:48.945 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:48.946 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	16
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:49.257 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:49.257 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 16
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:49.261 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:49.262 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	17
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:49.657 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:49.658 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 17
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:49.659 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:49.661 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	18
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:50.066 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:50.067 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 18
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:50.068 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:50.071 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	19
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:50.478 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:50.479 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 19
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:50.482 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:50.484 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	20
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:50.887 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:50.888 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 20
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:50.890 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:50.893 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	21
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:51.239 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:51.239 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 21
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]
2025-12-19 16:08:51.242 16487-16608 com.facebo...acebookSdk {PACKAGE_NAME}                 D  getGraphApiVersion: v16.0
2025-12-19 16:08:51.244 16487-16608 FacebookSDK.Request     {PACKAGE_NAME}                 D  Request:
                                                                                                      Id:	22
                                                                                                      URL:	https://graph.facebook.com/v16.0/app/mobile_sdk_gk?access_token={facebook_app_id}|{client_token}&fields=gatekeepers&format=json&sdk_version=18.1.3&sdk=android&platform=android
                                                                                                      Method:	GET
                                                                                                      User-Agent:	FBAndroidSDK.18.1.3
                                                                                                      Content-Type:	application/x-www-form-urlencoded
2025-12-19 16:08:51.599 16487-16608 com.facebo...phResponse {PACKAGE_NAME}                 E  {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}
2025-12-19 16:08:51.600 16487-16608 FacebookSDK.Response    {PACKAGE_NAME}                 D  Response
                                                                                                      Id: 22
                                                                                                      Size: 126
                                                                                                      Responses:
                                                                                                    [{Response:  responseCode: 500, graphObject: null, error: {HttpStatus: 500, errorCode: 1, subErrorCode: -1, errorType: OAuthException, errorMessage: An unknown error has occurred.}}]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions