From 14f7303aecbaf103b3ccc207145819e4e6922281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Mon, 14 Nov 2022 07:11:49 +0100 Subject: [PATCH] Update 'Doc API' --- Doc-API.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Doc-API.md b/Doc-API.md index fabe218..678a335 100644 --- a/Doc-API.md +++ b/Doc-API.md @@ -94,4 +94,11 @@ Il existe 2 manieres de faire cela, le ```deep linking``` et le ```app linking`` * Dans android/gradle/wrapper/gradle-wrapper.properties change le distributionUrl par .../gradle-6.7-all.zip * Dans android/build.gradle dans la section buildscript { dependencies { change le classpath par ...gradle:4.1.0 * Penser à installer le paquet gradle pour que ça fonctionne - \ No newline at end of file + + + +https://stackoverflow.com/questions/59911194/how-to-calculate-pckes-code-verifier/59913241#59913241 + +https://community.spotify.com/t5/Spotify-for-Developers/Unable-to-use-PKCE-authorization-code-verifier-was-incorrect/td-p/5006416 + +https://github.com/tobika/spotify-auth-PKCE-example/blob/main/public/main.js \ No newline at end of file