simple-linkedinphp:未定义索引:oauth
我正在使用 simple-linkedinphp 和 OAuth 库 连接到 LinkedIn。当我运行 demo.3.0.2.php 时,连接 LinkedIn 并按蓝色按钮“好吧,我允许”,我收到错误:
Notice: Undefined index: oauth on line 136.
LinkedIn->retrieveTokenAccess(): bad data passed, string type is required for $token, $secret and $verifier.
进一步检查问题,当 LinkedIn 返回脚本时,会话数据似乎丢失了。 cURL 似乎确实启动了一个新会话,而不是使用初始会话。
I'm using simple-linkedinphp and OAuth library to connect to LinkedIn. When I run demo.3.0.2.php, connect with LinkedIn and press the blue button "Ok, I'll allow" I get the error:
Notice: Undefined index: oauth on line 136.
LinkedIn->retrieveTokenAccess(): bad data passed, string type is required for $token, $secret and $verifier.
Examining the problem further it seems the session data is lost when LinkedIn returns to the script. cURL does seem to start a new session instead of using the initial session.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的配置文件中的以下行引起了麻烦:
注释掉这一行解决了问题。
The following line in my config file caused the trouble:
Commenting this out solved the problem.