Error in Production Mode, but works fine in Development Mode (Facebook API)

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): Android/iOS

When I run my (ejected) app in development mode using Android Studio, the app runs perfectly. However, when I switch it to production mode and run, the app will start, and on any button press, the app will crash, and my android studio logs show the following

E/GraphResponse: {HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api}

I read all the forum posts with that error and tried the fixes that were provided there, but none seemed to help my situation.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.