我试图在cakephp 3应用程序中使用php扩展OAuth进行magento身份验证。
模块安装在php中但是当我在应用程序中使用它时会出错。
编写的代码(I got it from the magento site)
$oauthClient = new OAuth($consumerKey,
$consumerSecret,OAUTH_SIG_METHOD_HMACSHA1, $authType);
错误
Class' App \ Controller \ OAuth'找不到
答案 0 :(得分:0)
错误很简单,我是php新手,对结构不太了解
需要添加
use OAuth;