How can I customise a Google Auth Error Message - google-oauth

e.g. "Couldn’t find your Google Account or Enter a valid email or phone number"
I am working on a Google auth login and I don't want to show Couldn’t find your Google Account or Enter a valid email or phone number. I want to show my own message like "Login Failed" or something else. Can you please let me know how can I do this?
For more information, my application is based on Django framework and I am using python-social-auth library.
I want to customise red error Couldn’t find your Google Account in attached screen shot.
Attached screenshot

Related

OAuth on iPhone XR 2020, iOS 14.7.1 unexpected behavior in username entry

When connecting to Google to integrate Nest into another system (in this case Flair Systems) on an iPhone XR 2020 running iOS 14.7.1, the following happens:
I click the link in the Flair App to connect to Google Nest
I am directed to a standard Google OAuth portal
I enter a username with a Google Nest account associated with it
I click the Next button
The gray placeholder text "Email or phone" reappears, overlaid on top of the email address I just entered. The part of the email address that extends beyond "Email or phone" remains visible
The expectation is that I would instead be asked for a password, or informed that the user account does not exist. Image of faulty login state
There is little we can do to attempt to repair or circumvent this from our side. We have seen this in other users on iOS devices as well.

How to get profile picture in Instagram Conversation List response?

I'm trying to get a list of conversations on the Instagram business account and it works fine. But I cannot find the way how to get a user profile picture (or chat picture) as a chat picture. Also, I tried to get profile_pic via User Profile API and got a problem "(#230) User consent is required to access user profile". My Facebook app is still in development mode. Is there a way to do it?

How can I change the Universal Login logo on auth0 dashboard?

I'm currently stuck on the auth0 Universal Login page.
I want to change the logo by given an url but it keep telling me that the url is not valid.
I don't know what to do anymore because the exact same url is valid for the Application logo.
Screenshot of the error
it seems that you might get that error if you have an whitespace before or after the link too. Can you check whether or not you have that white space in there? maybe that's it 😉

Firebase's Google Authentication User Object returns profile path with 404 response

Am using Firebase Google Authentication in my App. If the user does not have a profile image, Google used to return a dynamic picture, made up from the user's first or last initial, or digraph where applicable, all depending on each person's name structure.
Eg : If the user name is Jack and he does not have profile picture the
URL will return this image.
But Past few weeks the Url Returned by the method
FirebaseAuth.getInstance().getCurrentUser().getPhotoUrl(); is a 404
page.
Because of this am getting Exceptions in Glide app. I need an image as above as my App is a conversation app, Which will help users to identify easily if they dont have a profile image. Please let me know if google changed the way accessing the image or it stopped permanently. Also provide me any alternatives to get this above image.

Google Play game sign in failed

I'm making a tutorial to connect to "google play game service" and a pop up still appear mentioning that "failed to sign in. plesae check your network connection and try again"
Everything is setup correctly, SHA1, package name, app_id, and any other related to configuration.
Two strange message appear in the log:
The fist is "You have not specified a View to use as content view for popups. Falling back to the Activity content view which may not work properly in future versions of the API. Use setViewForPopups() to set your content view."
The second is "disconnect() called when client was already disconnected"
is there any possible solution?
Thanks in advance for any help.