11DDavidWhat is --optimize_for_size in node for?I've been looking at https://devcenter.heroku.com/articles/node-memory-use and it is recommended to use the --optimize_for_size option to avoid memory leak. What is it for, and do I need to use it?Dec 27, 2017N
00DDavidWhat's the advantage of using Refresh Token instead of using session id to get a new Access Token?I understand that Refresh Token is used to get a new Access Token when it expires. But I don't understand why we need to use the Refresh Token to get the new Access Token instead of just using session id?Sep 8, 2017