I'm working on a facebook login and trying to log in. Clicking a LoginButton gives me a prompt to log in with facebook, but oncomplete does not return a valid token.
I have attached the error:
The main idea: The App_id in the input_token did not match the Viewing App
I/AuthChimeraService: Error description received from server: { "error": { "errors": [ { "domain": "global", "reason": "invalid", "message": "Unsuccessful debug_token response from Facebook: {\"error\":{\"message\":\"(#100) The App_id in the input_token did not match the Viewing App\",\"type\":\"OAuthException\",\"code\":100,\"fbtrace_id\":\"GWc2S2d1RWT\"}}" } ], "code": 400, "message": "Unsuccessful debug_token response from Facebook: {\"error\":{\"message\":\"(#100) The App_id in the input_token did not match the Viewing App\",\"type\":\"OAuthException\",\"code\":100,\"fbtrace_id\":\"GWc2S2d1RWT\"}}" } }