URL: https://graph.facebook.com/debug_token?input_token={id_token}&access_token={appid|appsecret} Method: GET Params: {id_token} -> get from iOS client facebook sdk auth return {appid|appsecret} -> get from facebook app console Response: { "data":{ "is_valid":false, "scopes":[], "error":{ "code":190, "message":"Invalid OAuth access token - Cannot parse access token" } } }
Detail: At some point, we get the respose that show above from request url, and at same time, some request is working. Does anyone know what the reason is?