【问题标题】:codeigniter's oauth sparks issue with linkedin Scope.codeigniter 的 oauth 引发了linkedin Scope 的问题。
【发布时间】:2012-10-05 11:36:11
【问题描述】:

我正在使用来自 sparks 的 Oauth,它源自 kohana 的 Oauth 实现。
我成功地能够从 linkeidn 获取基本信息,但是在添加“r_emailaddress”范围后,我没有获取电子邮件地址,只有基本信息正在获取。
我在我的控制器中添加范围跟随方式

$consumer = $this->oauth->consumer(array(
            'key' => $config[$provider]['key'],
            'secret' => $config[$provider]['secret'],
            'scope'=> "r_emailaddress,r_fullprofile"
          ));

任何线索都会受到赞赏。

【问题讨论】:

    标签: codeigniter oauth kohana linkedin


    【解决方案1】:

    问题解决了,我必须创建另一个应用程序或更新现有应用程序。

    【讨论】:

    猜你喜欢
    • 2011-12-22
    • 2012-04-24
    • 2011-01-20
    • 2011-09-11
    • 1970-01-01
    • 1970-01-01
    • 2012-05-03
    • 2023-03-13
    相关资源
    最近更新 更多