Facebook business login error: It looks like app is not available Flutter

34 Views Asked by At

Getting error on facebook login App type is Business

app created in other category see below enter image description here

My app is in Live mode and allowed permissions is enter image description here

error is

enter image description here

1

There are 1 best solutions below

1
Viet Huy On

Please create the Configuration in Facebook Login for Business section with some permissions. Then you those permissions inside the login permissions. I'm using React-Native but I think flutter also provides the same method

const loginResult = await LoginManager.logInWithPermissions([
        'email',
        'instagram_basic',
      ]);