This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Description
Ubuntu 13.10, Apache2, PHP, Mysql Configuration.
Using CakePHP 2.5.1
Using latest cakephp-opauth component
Was working before system upgrade from Ubuntu 12 to Ubuntu 13.10
Php allow_fopen is set to On.
$this->Auth->allow('*'); was added to BeforeFilter in OpauthController - but triggered an error. It seems $this->Auth->allow(); doesn't trigger an error though.
Using, Facebook, Twitter and Google strategies (All three return the following error)
array(2) { ["error"]=> array(3) { ["provider"]=> NULL ["code"]=> string(31) "invalid_auth_missing_components" ["message"]=> string(60) "Invalid auth response: Missing key auth response components." } ["validated"]=> bool(false) }
Any help would be greatly appreciated.