简体   繁体   中英

VALIDITY of Access token in facebook graph api

如果我有一个访问令牌,我可以以某种方式解析它以知道它将在什么时间到期?

You can use Facebook's Debug Tool to check this if it's a small number of tokens

The expiry is also given to you along with the token at the point in the Authentication flow where you obtain the token itself - so ideally you'd store the expiry at that time and keep it up to date when you get a new token or extend the current token

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