$config->oauth->key)); exit(); break; default: break; } }else if (isset($_REQUEST["code"])){ // Mastodon callback $MastCode = $_REQUEST["code"]; } ?> HackersTown Server Access
oauth->key."&client_secret=".$config->oauth->secret."&scope=read:accounts&redirect_uri=".$reqirectUri; curl_setopt($request, CURLOPT_POSTFIELDS, $options); // echo $options; // echo json_encode($request); $response = curl_exec($request); curl_close($request); // echo $response; $Auth = json_decode($response); if(isset($Auth->token_type)){ // Valid Auth? $request = curl_init(); curl_setopt($request, CURLOPT_URL, "https://hackers.town/api/v1/accounts/verify_credentials"); curl_setopt($request, CURLOPT_RETURNTRANSFER, 1); curl_setopt($request, CURLOPT_HTTPHEADER, array( "Authorization: ".$Auth->token_type." ".$Auth->access_token )); $response = curl_exec($request); curl_close($request); $User = json_decode($response); if (isset($User->id)){ // Congrats! $AuthToken = $Auth->access_token; $UserName = $User->display_name; }else{ // invalid auth $AuthToken = "BadUser"; $ErrorDesc = "User Not Found"; } }else{ // invalid auth $AuthToken = "BadOauth"; $ErrorDesc = "Invalid OAuth"; } // revoke token after usage ?>
> Invalid try again
>
>
Setup an account SSH key
>