question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Facebook Authentication - INVALID_PARAMETERS(601) "Your request parameters did not validate"

See original GitHub issue

I get an error code even though I have edited the configuration.yml file.

Facebook Authentication Provider

https://realm.io/docs/realm-object-server/#facebook

Version of Realm and tooling

Realm version(s): 3.5.0

Realm sync feature enabled: yes

Android Studio version: 2.3.3

Which Android version and device: API level 21 version 5 / LG-D855

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
seferdemircommented, Oct 2, 2017

I solved the problem as follows:

signingConfigs {
    config {
        storeFile rootProject.file("keystore/debug.keystore")
        storePassword "android"
        keyAlias "androiddebugkey"
        keyPassword "android"
    }
}

buildTypes {
    release {
        signingConfig signingConfigs.config
    }
}
0reactions
ivanschuetzcommented, Feb 11, 2019

How to solve this in iOS? Getting this error for Facebook and Google. It used to work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What to do if you can't login with two-factor authentication on ...
What to do if you can't login with two-factor authentication on Facebook ; Add a new mobile phone number to your account ;...
Read more >
Re-Authentication - Facebook Login - Meta for Developers
auth_type : this parameter specifies the requested authentication features (as a comma-separated list). Valid options are: reauthenticate - asks the person to ...
Read more >
Login Alerts and Two-Factor Authentication - Facebook
When you receive a login alert, you can tell us if you recognize the login activity by clicking or tapping This was me....
Read more >
Error Codes - Marketing API - Meta for Developers
User request limit reached. 100. Invalid parameter. 100 , subcode 33. Unsupported post request. This error may occur if your access token is...
Read more >
Get a security code to login to Facebook | Facebook Help Center
If you're having trouble logging into your Facebook account, review these tips first. If you've turned on two-factor authentication, there are several ways...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found