简体   繁体   中英

Embedding yammer feed skipping OAuth, using access token only

I have successfully authenticated user and I stored its access token in the database. I use it to call some Rest API from the server side. When user logs out, yammer forces logging in again to access embedded feeds. Is it possible to authenticate (or impersonate) user automatically, using only its token via JavaScript to access embedded feeds?
I'm not going to call Rest API as described here , I just need to embed feed skipping yammer login page, using access token only.

如果您已在数据库中保存了用户的OAUTH令牌,则即使用户已注销Yammer并重新登录,也可以重新使用该令牌对Yammer进行身份验证,但是我建议您不要存储用户OAUTH令牌,因为它们不过期。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM