app not active: This app is not currently accessible and the app developer is aware of the issue
Asked Answered
H

6

43

I got this error on the Facebook page.

App not active: This app is not currently accessible and the app developer is aware of the issue. you will be able to log in when the app is reactivated.

Also, I was implement facebook login in the Laravel with "Laravel Socialite".

enter image description here

Heat answered 1/8, 2022 at 12:17 Comment(4)
Does this help?Wanonah
Make sure that you logged out your previous facebook account on the current browser.Ligan
@Ligan that worked for me. I was unknowingly logged into Facebook as a user who was not an approved test user for the app. When I logged out, the error went away.Calabrese
@Ligan Worked for me too! In my case I migrated to a new facebook app in the same flutter project and that gave me the errorOleneolenka
A
22

It's happened because your app on Facebook for developers website is not active

solution

  1. go to Facebook for developers from here
  2. choose My Apps from the top bar
  3. click on your app icon ( then you will notice that your app is not active from the top bar )
  4. from the left side select settings >> basic
  5. put your privacy policy link in the Privacy Policy URL and in the User data deletion field, you can make a copy from this privacy policy ( to make a copy from the privacy policy select file from the top bar and select make a copy )
  6. press save changes

I hope that it was helpful

Airiness answered 12/8, 2022 at 2:55 Comment(5)
Can you please help me, I don't see any User data deletion fieldLaomedon
The user data deletion field is below the Privacy Policy URL , check step number 4Airiness
Be aware that when your app is inactive, the owner of the app can still login, as if the app was active. IMO that's misleading, expecially for indie devs that work alone. A developer could think everything is operating normally while only she can login.Outsoar
hi how to do bussiness verfication , i am only try to test facbook login in my flutter app but now it is continiouslly asking to verify the businessInstable
@Omar, I added a privacy policy link as well as user data deletion link. Though when I try to do a facebook login. It says "app not active". Any idea how to resolve this?Swipe
W
12

The error suggests your Facebook app is not active; it should definitely be in Development Mode.

You get that error because the Facebook user account you are using to test the login with Facebook feature is neither added to your Facebook app as an Administrative nor Developer account.

You should check and ensure the Facebook user account meets either condition above.

Alternatively, you can change you App Mode from Deployment to Live, if you are ready to make it accessible to your users.

Wanonah answered 28/8, 2022 at 13:47 Comment(1)
how to change it ? the option is not showing until app review is doneFaunie
G
2

2023/8/9 latest solution

You don't need to set your app to 'active' if you're only testing the login functionality. The issue you're facing likely arises because you're using a Facebook account that isn't whitelisted as a test account.

  1. The easiest solution : The login account must be the same as your developer account, not any other Facebook account

  2. add another account to your whitelist: Go to your app on the Meta developer console, under 'App Roles'-> 'Roles', add a new Facebook account

Gynecologist answered 9/8, 2023 at 4:35 Comment(0)
A
1

Go to developers.facebook.com/apps/your-app-id/app-review/permissions

Change public_profile to Advanced Access.

Thats all.

Australian answered 22/9, 2022 at 23:45 Comment(2)
Seems to be outdated info.. it redirects to cases and no such thing as Advanced Access.Kenny
@Kenny go to developers.facebook.com/apps -> select your app. There you will see on left side menu Dashboard/Settings/App Roles/Alerts/App Review. Open App Review and find on the page "public_profile".Australian
A
1

I resolved this issue (App Not Active) by removing my other Facebook account and logging in as the Facebook account used in the Facebook developer console.

Arnitaarno answered 22/4 at 10:49 Comment(0)
T
0

In the development mode you should add the user in App roles -> Roles. When adding users make sure they have active FB development account. Otherwise facebook just closes the window without any error message.

enter image description here

Touchandgo answered 18/10, 2023 at 9:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.