Most of the CakePHP oAuth components are more complicated than they need to be. Just two methods in this component make it easy to get your access token: requestToken() and accessToken(). Installation Download the files here: https://github.com/abailiss/CakePHP-Simple-oAuth-Component, Extract the contents to your app folder, Add the Oauth component to your $components variable in your controller.