With the new changes announced at Google I/O it would be even more interesting to see some pro looking into it.
function getApps(){
Logger.log(txt);
}
function podioOAuth_() {
var oAuthConfig = UrlFetchApp.addOAuthService("podio");
oAuthConfig.setConsumerKey('MY_CLIENT_ID');
oAuthConfig.setConsumerSecret('MY_CLIENT_SECRET');
return {oAuthServiceName:"podio", oAuthUseToken:'always'};
}
Any insight?