Facebook OpenID for Yahoo not working - facebook

Thought it's going to be fixed sooner but it's been a month now and i can't login to facebook using my yahoo account.
I've been getting this error:
Sorry, something went wrong.
We're working on getting this fixed as soon as we can.
Gmail works fine but yahoo isn't really working. not sure if it's yahoo OPENID or Facebook
Anyone have a fix with this?

Yes Im having this problem too, I was accustomed on just logging in using my yahoo so that I only have a single sign on property for all social accounts. But the openid for yahoo on facebook stops working

Related

Developer Policy 6.1: Verify that you have integrated Login correctly. Your app shouldn't crash or hang during the testing process

we received an email from Facebook review team telling us that our live app (website) is being reviewed and later got another templated email saying that our login is crashing or hanging, suggested we fix it, and gave us a bunch of links to the best practices on how to fix the FB login integration.
The problem is we don't use FB in our login (we just use their Marketing API) and, to us, the login works just fine.
Anyone else with a similar experience out there? If so, what did you do?

Login Failed you cant use facebook to log into this app or website because there's an issue with its implementation of facebook login (NuxtJs App)

I tried to implement firebase authentication for my NuxtJs app for facebook social media login, but even after I made sure that all settings are correct (including hash and firebase settings), Facebook always threw this vague error.
Login Failed you cant use facebook to log into this app or website because there's an issue with its implementation of facebook login
I have another NuxtJs app that also uses firebase authentication for Facebook login and it works perfectly. I've made sure all the settings are the same with my currently problematic NuxtJs app. What could be the reason for Facebook throwing this error?
Wait never mind it works now. Apparently it's all because my NuxtJs app was being restricted by Facebook for violating their policies. After appealing the restriction, it's now working perfectly well.
The error message was so vague that I didn't think it was because my app was restricted by Facebook. But it seems like that was really the answer. I think Facebook should make the error message a bit clearer that it was caused by the app being restricted.
Anyway, thanks for the help folks.

Twitter to Facebook

I have done much searching but not able to find a solution.
Trying to get my Twitter to Facebook feed setup but getting this error:
"Facebook reported an error. The error has been reported to our engineering team. Please try again as it might be a temporary problem"
From what I can gather it may have something to do with an old account that has been deleted, but I have no idea how to resolve this and nor do a lot of other people.
First up: this is not a programming question since it's not related to the Twitter API but to the Twitter interface. Therefore, it's actually to be regarded as "Off-Topic".
To give you a helping hand nevertheless:
What you are describing is a known bug Twitter bug. Check https://www.facebook.com/help/community/question/?id=110412992466716 and https://dev.twitter.com/issues/998
The problem comes up when your Twitter account was previously connected to another Facebook account that you deleted/deactivated without removing the Twitter app first. Now that you try to connect to a new Facebook account, Twitter still tries to authorize using the old credentials of that other account.
Currently, your only hope is to ask Twitter to manually remove the old account credentials from your Twitter profile's backend. From what I've been reading, Twitter frequently fails being cooperative in that point... you can only ask and hope someone at Twitter is able and willing to manually correct their bug.

Login using Facebook, Google, Yahoo and hotmail in Coldfusion Application

I am pretty new to coldfusion. Can some one please guide me how to create a login using Facebook, Google, Yahoo and hotmail. If some can point out to any tutorials availbale online. That would be great. Thanks in advance.
I'd give this a shot for Facebook:
http://facebooksdk.riaforge.org/
And I would say once you got that working, you'd know quite a bit more about authentication services, and might be able to carve out the others on your own.
Here's one for Google:
http://cfgoogle.riaforge.org/
I don't know of anything good for yahoo or hotmail.

Facebook “No Internet Connection” for mobile app

I used mobile version Authentication to get access token for Facebook.
I use like this.
The problem occurs in iPhone. Other mobile devices as far as OK.
https://graph.facebook.com/oauth/authorize?type=user_agent&display=wap&client_id=12345&redirect_uri=www.blahblah.com/blah&scope=user_photos,read_stream,publish_stream,offline_access,user_status,friends_status
but it hits "No Internet Connection" . Actually, the account was log into Facebook.
Any particular things that I miss in Authentication?
Please try passing display=touch instead of display=wap.
This seemed to resolve the issue for me.