You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Al llamar getAuthURL no logro obtener el código de acceso, este mismo se debe colocar en el metodo authorize....
`const meli = require('mercadolibre');
var client_id = 'CLIENT_ID';
var client_secret = 'CLIENT_SECRET';
var redirect_uri = 'https://www.mercadopago.com/';
var meliObject = new meli.Meli(client_id, client_secret);
var code = meliObject.getAuthURL(redirect_uri);
meliObject.authorize(code, redirect_uri, callback);`
¿Se requiere hacer algo adicional para obtener el código de acceso ?
The text was updated successfully, but these errors were encountered:
Al llamar getAuthURL no logro obtener el código de acceso, este mismo se debe colocar en el metodo authorize....
`const meli = require('mercadolibre');
var client_id = 'CLIENT_ID';
var client_secret = 'CLIENT_SECRET';
var redirect_uri = 'https://www.mercadopago.com/';
var meliObject = new meli.Meli(client_id, client_secret);
var code = meliObject.getAuthURL(redirect_uri);
meliObject.authorize(code, redirect_uri, callback);`
¿Se requiere hacer algo adicional para obtener el código de acceso ?
The text was updated successfully, but these errors were encountered: