gpt4 book ai didi

api - Linkedin OAuth pictureUrl 导致 500 错误

转载 作者:行者123 更新时间:2023-12-04 14:25:42 24 4
gpt4 key购买 nike

直到今天早上,在过去的两年里,我实现的 Linkedin Oauth 系统没有遇到任何问题。我可以验证所有数据仍然通过,但突然出现了一个非常奇怪的问题 pictureUrl返回数据的参数。它不再指向图像,而是指向如下所示的页面:

enter image description here

我无法弄清楚出了什么问题,任何建议将不胜感激。所有其他数据都很好。

最佳答案

问题似乎是当 OAuth 客户端请求的字段多于应用程序允许请求的字段时,LinkedIn OAuth API 会返回 500 错误。可以通过指定特定的字段和范围来解决。

根据最近在 GitHub ( https://github.com/auth0/passport-linkedin-oauth2/issues/24 ) 上的讨论,指定特定的 profileFieldsscope :

{
profileFields: [
"formatted-name",
"headline",
"id",
"public-profile-url",
"email-address",
"location"
],
scope: ["r_basicprofile", "r_emailaddress"]
}

关于api - Linkedin OAuth pictureUrl 导致 500 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48088337/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com