When the Facebook Token expired?

facebook, facebook-graph-api, javascript

Solution

Yes

the long life `access_token` expires in 60 days, the normal `access_token` expires in 2 hours and 5143.. is seconds and you can also check `access_token` details using Facebook Debugger

Problem

I know facebook token right now will be expire because if `offline_access` have been removed. But how long this token will be expire? 60 days? How long for "normal" token will be expire? And I see in the token return , the expire is number "5143" ... This is second ? or minutes?

Original source