but I am always getting back the same error: “Version is disabled or provided wrong application info (application id or secret key)”. How do I resolve this?
I have
added <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id" /> in the manifest
added the apps Facebook app id (“1900918110139729”) and app secret in the social settings tab in Backendless
provided Facebook with an contact email address, the app domain “api.backendless.com”, a website platform with the same domain, an Android platform with my package name und my class name, made the app live (under “App Review”)
added the Facebook “product” called “Facebook Login”, and set the OAuth redirect URL to “https://api.backendless.com/” and activated both client and web authentification
It’s strange, because as I know that error appears when at least one of AppId, SecretKey or AppVersion is invalid, or if you did not call initApp method
are you sure that you are using correct AppId, SecretKey, AppVersion in Backendless.intiApp method?
and also, do you get the error for all calls, I mean what happens when you try to fetch all Users for example?
<string name="backendless_app_id" tools:ignore="TypographyDashes">38A72038-B79A-5883-FFCB-08F843D77C00</string>
<string name="backendless_app_secret" tools:ignore="TypographyDashes">copy-pasted from the "Android Secret Key" field of the console</string>
<string name="backendless_version">v1</string>
Backendless.getApplicationId() returns the correct ID as well.
E/App: Backendless SDK: failed to get test, error = BackendlessFault{ code: '2002', message: 'Version is disabled or provided wrong application info (application id or secret key)' }
What am I doing wrong? It seems just like I switched some numbers but I double checked everything by now …
Oh my GOD, sorry to have bothered you! I must have missed the last character the first two times I copied the secret key. Please don’t ask how I accomplished this.
This ticket can be closed - and marked as resolved -, thank you anyways!