-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid authentication type #8
Comments
Thank you for reporting the issue. On what version of CakePHP is this? |
CakePHP : v3.3.0 |
And the Controller in the Readme is missing a line too: I had to add
But besides that, it works just like a charm. |
That shouldn't be necessary as the Webservice plugin tries to load it before the controller starts. Do you load the bootstrap file when loading the Webservice plugin as shown in the readme? |
A new version has been released that fixes this issue. |
Good to hear that you like it! 👍 |
Anyways, I did my composer update and your new version works without any error for me. :) Thanks for your quick fix. |
The last update changed src/Webservice/Driver/Twitter.php to solve some test issues.
This leads to the following error when trying to use the controller example from the README:
I fixed it temporary for me by changing src/Webservice/Driver/Twitter.php on line 31 from:
'type' => 'CvoTechnologies/Twitter.Twitter',
to:
'type' => 'oauth',
But this should be checked and fixed. I did not have a look on the results of the tests so far.
The text was updated successfully, but these errors were encountered: