The facebook server could not fulfil this request: invalid application id - ios

I'm using the FBLoginView to login with Facebook in our app.
One of my beta testers is getting the following message and I did not find a way to help him log in
The app is not in sandbox on facebook

Related

Facebook iOS SDK Login - "Unsupported request"

Issue
When we try to log in with developer or testers accounts on iOS, we get the error Unsupported Request. Our app was disabled because the tester could not login due to this error.
Scenario
It works on android
We noted that while the app was in review (activated) users successfully logged in using facebook in iOS devices. That makes us believe this is a problem only with developer and testers accounts
We also noted that when we try login with a tester account an openid item is added to the permissions granted. Before this permission is added we manage to login on web, after this token is added we get the same error on web (Unsupported request)
We already filed a bug report to Facebook and we're waiting for a response.
We're using the react-native-fbsdk-next module and this issue has some more info. We're now trying the approach suggested on this comment
Have anybody managed to solve this? It really looks like a Facebook Bug.
Edit (2021-11-24)
The approach mentioned here works partially: works when logging in through Safari but does not work when Safari is not logged in and the app is used.
We're still waiting for Facebook's response
Facebook SDK versions behavior summary
v7.0.1 (react-native-fbsdk: 2.0.0):
Works when using Safari
Does not work when using FB App
v9.0.1 (react-native-fbsdk-next: 4.2.0):
Does not work both through Safari and FB app
v12.1.0 (react-native-fbsdk-next: 6.1.1):
Does not work both through Safari and FB app
Edit (2021-11-25)
We removed Facebook integration for the iOS app because we could not keep going without Facebook login for Android users. The app was reactivated and, after that, we generated a new production build and it's working as it should
We're still waiting for Facebook's response

Facebook login activation denied by Facebook due to the closed store url

Now I'm developing an APP that uses Bluetooth functions on iOS/Android.
It's not published yet since it is under development.
As you may know, the simulator on iOS doesn't have the Bluetooth module.
However, Facebook requires us to submit the APP that can be launched on the simulator to authorize the Facebook login API.
I guess that is the reason why Facebook login API was working but now it's returning the error.
The beta test for the APP is planned, but I don't know how to get this API authorized by Facebook for the closed beta test.
I asked this on the Facebook forum, but got no reply there, so am asking here as well.
Any comments will be welcome (ex: I have to write down about xxx).
Best
Facebook can review and revoke your public app permission and suddenly require an iOS store ID. This means you will need to use approved test user accounts to login, that have been authorised in the Facebook developer console, until your app is published on the AppStore.
You can add test users two ways in the Facebook Developer console (select your app first):
Roles -> Roles - Add your own Facebook account to the approved testers.
Roles -> Test Users - Create fake test accounts for the purpose.

Parse Facebook Login failed for Facebook developer account iOS

I created a Facebook login for one of my iOS app. The app is not submitted for Review but I want to test it by using different developer accounts. Now, I can only login as Administrator or only one of my developer can login. All other developers, I added failed to login. All Facebook developer accounts are verified. Anybody know the reason, please help me.

Integrate iOS app with new Facebook Login

So I have Facebook login enabled on my app, and it's connecting to the app I set up on the developer portal on Facebook. However, my team decided to create a universal Facebook app that we should all route our login through. I changed the Facebook APP ID on my iOS app, changed the URL scheme, and yet when I run the app and try to login, it has me log in through my old app on Facebook. I've been racking my brain trying to figure out how I can get it to connect with the new app. Any suggestions would be much appreciated.

Unexpected error on ACDOAuthSigner connection: Error Domain=XPCObjectsErrorDomain Code=2

Does anyone seen this issue in iOS? This is related to twitter account deletion from settings app when your app is in background. My app needs login via twitter and I present user list of accounts in a table by reading all twitter accounts registered in account store. Once I do successfully login to the app using one of the accounts, I go to settings app, delete the twitter account from which I did login in my app. I go back to my app and and it crashes. Is this a bug in the apple code?
Thanks

Resources