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
/* Go to My Apps dashboard: https://developers.mercadolibre.com.ar/apps/home, and get the information you need in order to the following enviroment variables */
/* Your Application Id */
$appId = getenv('App_ID');
/* Your Secret Key */
$secretKey = getenv('Secret_Key');
/* The Redirect url */
$redirectURI = getenv('Redirect_URI');
/* The site id of the country where your application will work.
If you don't know your site_id go to our sites resources: https://api.mercadolibre.com/sites */