Linkedin clients not showing - oauth-2.0

Linkedin OAuth pop up throwing error saying "Client is disabled". When i checked for the app in linkedin dev console there is no app. Any help will be appreciated.

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

Google OAuth Sign In: redirect_uri_mismatch Error In iOS App

I'm working on a react-native iOS app managed by expo.
I was following this tutorial to implement a google sign-in button. But I am getting a redirect_uri_mismatch error when the google sign in page is brought up.
This is really confusing since there is no option to add redirect URIs for an iOS app in the developer console.
OAuth 2 Credentials Options
Do I need to add anything to my code?
Or do I need to create an OAuth client ID for a web app and somehow give it a deep link to the app as the redirect URI?
How can I fix this error?
Expo Snack

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.

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

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

How to get yahoo calender events through Yahoo OAuth integration in iOS?

I am using this link: https://github.com/yahoo/yos-social-objc for login in yahoo account.
In this code i am providing credentials of yahoo account but iam not getting the access token it gives message
To complete sharing of yahoo! info with xxxx, enter code xxxx into xxxx
So, I am not getting that where I should enter this code? And how will it redirect to my application.
Any help will be appreciated.

Resources