📌 Added Saved data, access_token, refresh_token in DataAccount.json.
async function setAccountData(email, password, access_token, refresh_token, profileData) {
const accountData = { email, password, access_token, refresh_token, profileData };
await writeFileAsync('DataAccount.json', JSON.stringify(accountData));
}
📎 Slight Improvements and More Stable Version.
✎ᝰ. NOTE
- The Teneo team may release a major version of the Teneo node extension in the coming weeks, which will (probably) link to social media accounts like x (Twitter). Additionally, I don't think this cli version will continue to work in the main version as it is currently in beta testing.