How to fix the Invalid OAuth 2.0 Access Token AccountKit error?

Viewed 221

My android app was removed, the error was Invalid OAuth 2.0 Access Token using AccountKit. Google gave me this message:

picture of the error

Then, they give me this message:

{
   "error": {
      "message": "Invalid OAuth 2.0 Access Token",
      "type": "EMApiException",
      "code": 190,
      "error_data": [

      ],
      "fbtrace_id": "A-1MTjuDl-NerwvCnecjtZJ"
   }
}

I dont know what to do, please help!

0 Answers
Related