sign in with apple login , I have authorized success , I can get correct identityToken and authorizationCode.Then I post a request for verification, but receive invalid client error.
parameters as follow: { @"client_id":@"", @"code":@"", @"grant_type":@"", @"client_secret":@"" } I had try online methods ,such as, set request Content-Type is application/x-www-form-urlencoded, but it is useful
I have check some settings and it is no problem, so what should I do to solve this question? Thanks very much