gpt4 book ai didi

javascript - 如何从 vkontakte 获取长期访问 token ?

转载 作者:行者123 更新时间:2023-11-30 07:37:53 25 4
gpt4 key购买 nike

我在我的 node.js 应用程序中使用 passport js 对人员进行身份验证。在 vkontakte 的情况下,我得到了仅一天有效的访问 token ?这是我的代码

passport.use(new VKontakteStrategy({clientID: '******',clientSecret: '********',callbackURL: "http://example.com/signin/vkontakte/callback",profileFields:     ['notify','friends','photos','notes','pages','offers','questions','wall','messages','offline']},
function (accessToken, refreshToken, profile, done) {
process.nextTick(function () {
console.log('vk profile: '+util.inspect(profile));
console.log('refresh Token: '+refreshToken);
profile.accessToken = accessToken.toString();
return done(null, profile);
});
}

));`有没有办法增加有效期?帮助表示赞赏。提前致谢。

最佳答案

在您的 token 请求中设置 scope=offline

关于javascript - 如何从 vkontakte 获取长期访问 token ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26777704/

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