I got auth token for facebook account of a user I stored it in database but when i used it after few days it throws an error exception. How to get long lived access token?
Error is the following:
Received Facebook error response of type OAuthException:
Error validating access token: Session has expired at unix time 1333612800.
How to get a token that doesn't expire?
