I'm using Spring Social and Java.
When a user's facebook access_token expires is there something I can do programmatically to renew the access_token without requiring the user to log into my web application ?
My web application requires offline_access and if the access_token for a user is expired I would like to get it renewed. Is it possible ?