I have been getting same access_token for couple of days now , could you please tell me the life time of access_token ? as i have custom interface being build where i am considering refreshing these tokens so not sure which are the tokens will expire at what time !,
please give the life time of access_token and public_token.
That said, a logout invalidates the access_token. They're also flushed at around 8.30 in the mornings.
Thanks for the info, ok i will login to keep the session , but is that Access_Token always same ?
may be i can set it const var if it is.