Skip to content

Snipeur060/PHP-Discord-embeded-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Discord-embeded-app

project-image

PHP implementation / example of discord app embeded

/* Cette implémentation est conçue dans le seul but d'aider les personnes qui utilisent PHP 
* pour intégrer l'authentification OAuth2 avec Discord. Elle n'est pas optimisée et doit 
* être utilisée à des fins de test uniquement (ou alors si vous ête un gros flemmard comme moi en production 😏).
* Il est recommandé d'effectuer une refonte approfondie avant de l'utiliser dans un environnement de production. 
*/

🛠️ Installation Steps:

1. Download repo

2. Change app-id and secret id

3. Add url mapping /unpk redirect to https://unpkg.com/ and change in util/sdk.php this line https://unpkg.com/@discord/embedded-app-sdk@1.1.0/output/index.mjs BY /unpk/@discord/embedded-app-sdk@1.1.0/output/index.mjs

4. Read all the errors

5. Good job