Will all access tokens automatically be issued for 60 days, or will I need to continue to use:
https://graph.facebook.com/oauth/access_token?
client_id=APP_ID&
client_secret=APP_SECRET&
grant_type=fb_exchange_token&
fb_exchange_token=EXISTING_ACCESS_TOKEN
To exchange my short-term access token for 60 days version?