iOS Facebook login stopped to work - ios

I have native facebook app in development for few months and login worked on ios and android.
Yesterday iOS login stopped to work. Android app is able to login.
I have not changed iOS code.
I was unable to login with Facebook Native client. I have uninstalled it and I still get same page on FB website. I am redirected to following page
http://m.facebook.com/home.php?_rdr
Have someone get same problem?
Any idea what is wrong?
Thanks

Check your Facebook application ID. Mine was deleted and I've got the same problem as you have.

If you didn't change anything on your end, Facebook might have chained something with their API. Perhaps there is an issue with the OAuth or something. Have you taken a look at Facebook's developer portal to see if they have changed anything recently?

try to authenticate in a desktop browser using firebug or so and check all the http traffic and response to figure out what the problem could be

Related

Expo with Twitter Login Api is not redirecting

I want to implement Twitter authentication in an app which is created with Expo. I have looked official docs of Expo and Twitter, and my code was worked on Expo simulator(On Computer). But when I run this on Expo Go at iPhone, login procedure was successfully proceeded but after that, it didn't redirecting to the page I want to. Is there anyone who have similar problem with me? I want to know why these problem happen and how to solve it.

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

Parse Facebook Login App Must Ask For Basic Read Permission

I am building a Parse driven iOS application and am having some strange issues with Facebook login. Upon initializing my facebook permissions, I am asking for #"email" and nothing else. The login works when the user does not have the facebook iOS application installed on their device - and authenticates through safari (or another web browser). When the user DOES have the facebook iOS application installed and tries to grant permission to my app, the following error is displayed:
I have read through multiple tutorials and related stack overflow issues, and have yet to figure this one out. I tested this out with both an older version of the facebook SDK and the brand new one (3.5). Neither of those solutions appears to work. Anyone have any ideas? Thank you kindly.
Try with both #"email" and #"basic_info". This is currently documented on the Android side, but not iOS, which is weird - https://developers.facebook.com/docs/howtos/androidsdk/3.0/native-login/

FaceBook Login with IOS

So here is my quandary:
Ive been asked to build a mobile app that works just as an existing web application works. The web application uses FB login to authenticate users and I need to do the same in ios/Android. The simplest solution is to use a webview and simply view the web app within the native application. This works well until a users logs in with FB. The FB login window pops up and one can log in, but the redirect to the url fails and just a white screen is shown.
My research points me to an issue with the FBSessionDelegate, but Im not sure if that is the issue.
Ideally, Id like to use the sample Hackbook FB app and just have it redirect users to the web app after logging in, but Im a little lost on the authentication path between the two.
Any ideas or assistance is greatly appreciated.
Thanks!
Take a look at Facebook's guide?

Facebook SDK login on ios

I am unable to login with facebook in my iOS app. I had thoroughly studied the Facebook api and followed the all instructions given by facebook api at developers.facebook.com site. I am able to authenticate but it is not logging in to my app. It says that Safari cannot open the page because address is invalid. I am new to iOS please help me. Thank you in advance.
You seem to have skipped the part of tutorial where you add a custom url scheme to your app. Without that, Safari can't send the user back to your app once they are authenticated.
Checkout Ray Wenderlich's tutorial on this:
How To Post on Facebook with Your iPhone App
http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app

Resources