mekongdigital
mekongdigital
Hi, You try to pass the Revolut code without authenticate your Revolut access. In your code, you get the Authorization Url. You should use it to redirect the visitor to...
Hi, you should follow instructions described and test my solution. Regards
I don't use telegram sorry, but i can support you here.
I am discovering the library actually. What i can say is that your error is due to this line : > $accessToken = $authProvider->getAccessToken('authorization_code', ['code' => $_GET['code'] That's simple. Your...
Please try this code, it should output an URL. Copy this URL in your browser. Or tell me if you get any error. > require "vendor/autoload.php"; $authProvider = new \RevolutPHP\Auth\Provider([...
You may access Revolut Authentification webpage. Connect to your account, and input your sms code. In case of success, you may be redirected to your request URI set in your...
If you get an error, just copy the last line of your apache or nginx apache log here.
Just add “echo” before $url. And hide your client id it’s better 😉 Le lun. 9 mars 2020 à 02:59, octapudus a écrit : > on running that code i...