Hi,I'm trying to integrate Sign in with Apple, using OAuth 2.0 flow, into my iOS app.For example, I've successfully managed to do it for Google using redirect_uri: com.XXX.XXX:/What redirect_uri should I enter for Apple, because I get invalid_request error?Link generated by my integration:https://appleid.apple.com/auth/authorize?client_id=com.XXX.XXX&redirect_uri=com.XXX.XXX:/&response_type=code&scope=name%20email&state=XXX&response_mode=form_post&code_challenge_method=XXX&code_challenge=XXXThanks!
2
0
1.5k