OAuth Consumer in CakePHP 2.0.5
Just a quick post to note some tweaks I had to make to Daniel Hofstetter’s awesome OAuth consumer component for CakePHP to get it running in CakePHP 2.0.5
The cakephp_2.0-dev branch was throwing the following error for me when trying to use the Twitter OAuth API.
1 | Consumer twitter_consumer.php not found! |
The relevant changes are available in my cakephp_2.0.5 branch on Github.
Changelog
Get the code
https://github.com/Stanton/oauth-consumer-component/tree/cakephp_2.0.5
One Response to “OAuth Consumer in CakePHP 2.0.5”
Leave a Reply
[...] the latest version of CakePHP and 320 and up and got to work integrating with Twitter, I had to modify the OAuth Consumer component for the latest version of Cake, but with the magic of GitHub I was able to push these changes back [...]