As per the developer road map - offline access is being deprecated. So whats the alternative ? I know we can get extended token that will expire in 60 days, but how about the offline access ? The documentation isnt clear about weather this token works on or not when user is not logged in.
See FB.logout It says calling FB.logout will invalidate any existing token unless you have offline_access permission, How does this affect to new extended token ? If it invalidates the extended token as well, is there any alternative.
The old offline_access permission would let the app make calls to graph API even when user isn't logged in, does the extended token work in same way ? if not what's the alternative ?