gpt4 book ai didi

api - Pinterest API 访问 token 过期

转载 作者:行者123 更新时间:2023-12-02 01:16:07 25 4
gpt4 key购买 nike

我的问题是 Pinterest 访问 token 会过期吗?

我正在按照 Pinterest 官方文档获取访问 token :

获取授权码:

https://developers.pinterest.com/docs/api/overview/#getting-your-authorization-code

https://api.pinterest.com/oauth/?
response_type=code&
redirect_uri=https://mywebsite.com/connect/pinterest/&
client_id=12345&
scope=read_public,write_public&
state=768uyFys

获取访问 token :

https://developers.pinterest.com/docs/api/overview/#getting-your-access-token

https://api.pinterest.com/v1/oauth/token?
grant_type=authorization_code&
client_id=12345&
client_secret=6789abcd&
code=xyz1010

实际响应是:

{
"access_token": "AfISUq75NELGEECEurmvEcIwlQZDFFBOnAdsa",
"token_type": "bearer",
"scope": [
"read_public",
"write_public",
"read_private",
"write_private",
"read_write_all"
]
}

我在 Pinterest 文档中找不到任何有关 token 过期的信息,并且响应中未返回过期日期。

根据这个问题Pinterest returns expired token

我可以看到这个人正在使用 API v3 端点: https://api.pinterest.com/v3/oauth/code_exchange/

作为响应,他得到了 expires_at 字段

在 pinterest 文档中,我找不到任何有关 API versinos V2 或 V3 的信息,

他们的所有文档Pinterest API关于 API V1。

对此有什么帮助吗?

最佳答案

Pinterest 访问 token 似乎没有到期日,至少在当前版本的 API 中是这样。来自 documentation :

Exchange for an access token. Your app will call the API to exchange the authorization code for an access token, which is a permanent credential (unless the user revokes your access). You'll use the access token to perform actions on Pinterest on your user's behalf.

我碰巧知道 Stack Overflow OAuth token 也没有到期日,以防您想知道是否有其他主要网站使用此工作流程。

关于api - Pinterest API 访问 token 过期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37350249/

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