Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

543
Views
FirebaseAuthInvalidCredentialsException:The supplied auth credential is malformed or has expired. [ Remote site 5XX from facebook.com for USER_INFO ]

In facebook login callback return success but firebase auth.signInWithCredential is return task is not successfull with exception; FirebaseAuthInvalidCredentialsException:The supplied auth credential is malformed or has expired. [ Remote site 5XX from facebook.com for USER_INFO ]

My facebook developer app type is Gaming services. When i looking on the web for solution, some say change apptype is work but imposibble due to app is live. Any suggestion?

binding.btnFacebookMan.registerCallback(callbackManager,object :
            FacebookCallback<LoginResult> {
            override fun onCancel() {
                Log.d("log","facebook login cancelled")
            }

            override fun onError(error: FacebookException) {
                Log.d("log","facebook ${error.message}")
            }

            override fun onSuccess(result: LoginResult) {
               val credential = FacebookAuthProvider.getCredential(result.accessToken.token)
                    auth.signInWithCredential(credential).addOnCompleteListener(act) {task->
                        if(task.isSuccessful) {
                            Log.d("log","taskSuccess")
                            val mail = task.result.user?.email
                            val uid = task.result.user?.uid
                        } else {
                            Log.d("log","taskFail")
                            Log.d("log","${task.exception}")
                            loader.dismiss()
                        }
                    }     
            }
        })
over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!