在ci模型的api中找不到Codeigniter类“ OAuth”

时间:2018-12-20 08:02:20

标签: php api codeigniter

$key = $this->config->item('app_key_string');
    $secret= $this->config->item('app_secret');
    return $oauth = new OAuth($key, $secret);

遇到未捕获的异常 类型:错误

消息:找不到“ OAuth”类

文件名:/home/rosesand/etsy.rosesandbows.com/application/models/Etsy_api.php

行号:32

回溯:

文件:/home/rosesand/etsy.rosesandbows.com/application/controllers/App.php 行:35 功能:outh

文件:/home/rosesand/etsy.rosesandbows.com/index.php 线:315 功能:require_once

1 个答案:

答案 0 :(得分:0)

您是否已将OAuth库添加到模型中?您如何将OAuth库添加到CI?

如果一切正常,并且您使用的CI版本大于3,则可以通过大写首字母来重命名OAuth类文件。 我的意思是

Oauth.php