This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// I made this OAUTH as the other ones on GitHub weren't working for me. Make sure to replace all the | |
// necessarry fields with your information. | |
// To trigger the OAUTH, go to yoursite.com/filenameordir.php?login | |
// If you want to make the login trigger parameters different, change the if ($_GET['login']) to whatever parameters you want. | |
// NOTE YOU MUST HAVE cURL installed. If it isn't already (it should be), search it up. | |
<?php | |
$urlbuild = array( |