79445278

Date: 2025-02-17 11:45:25
Score: 2.5
Natty:
Report link

how can we get the access token using this package because I can't under where I will get the AuthCode

const authCode = '123' // replace valid authCode here const params = { code: authCode, } const response = aLazadaAPI .generateAccessToken(params) .then(response => console.log(JSON.stringify(response, null, 4))) .catch(error => console.log(JSON.stringify(error, null, 4)))

Reasons:
  • Blacklisted phrase (1): how can we
  • No code block (0.5):
  • Starts with a question (0.5): how can we
  • Low reputation (0.5):
Posted by: Zaheer Bashir