Good evening,
I'm having a problem using this library to access my own CV as part of an application written with CodeIgniter 4.
Apart from the fact that the oauth dependency is no longer compatible with PHP 7+, which I'm forcing to be replaced by a forked version (carlos-mg89/oauth), I still have an authentication problem:
oauth_problem=parameter_absent&oauth_parameters_absent=oauth_consumer_key%26oauth_signature%26oauth_nonce%26oauth_timestamp%26oauth_callback.
How can I test my developments in my local environment under these conditions ? Completing this part of the API documentation would be welcome :)
Thank you