I am wondering if anybody know if it is at all possible that the accessToken expiry time be auto 'refreshed'?
Last night when working on my app, after a couple hours away from the computer and came back to see that my app was firing errors due to the token reaching its expiry time. So I started working on some code to refresh the token in the event of an error. Today I am trying to test/debug that code, but now the token seems to never expire.
I have a bit of Javascript that is printing the response.authResponse.expiresIn on the screen every 5 seconds... and I watch... as the number ticks down, suddenly it jumps back up to 7000 + (guessing roughly 2 hours) on it's own, without any interaction from myself.
Can Facebook be auto refreshing the token some how? I cannot test the code that is fired in the event of an error, if there is no error actually being fired.
Cheers, Chris