Facebook API: Can I use an expired long-lived access token to get a new one? -


i'm aware can exchange/extend non-expired short-lived access token long-lived access token using this method. i'm aware can use non-expired long-lived access token generate new long-lived access token using this method.

my question is: can use expired long-lived access token new long-lived access token using either of methods linked above?

note: haven't been able answer myself because don't yet have long-lived access token 60 days old, i'll try make one, store away, , try both methods after 60 days, if no answer given question.

no, can't use expired or otherwise invalid access token fetch new 1 - if possible make expiration or invalidation moot


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -