simple-linkedinphp:未定义索引:oauth

发布于 2024-11-10 05:47:57 字数 501 浏览 0 评论 0原文

我正在使用 simple-linkedinphpOAuth 库 连接到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半衾梦 2024-11-17 05:47:57

我的配置文件中的以下行引起了麻烦:

ini_set("session.cookie_domain", ".mywebsite.com");

注释掉这一行解决了问题。

The following line in my config file caused the trouble:

ini_set("session.cookie_domain", ".mywebsite.com");

Commenting this out solved the problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文