Created
May 4, 2016 16:13
-
-
Save cavi21/92d1704dc4b7b098529c85cc2a42c5db to your computer and use it in GitHub Desktop.
Generate an access token for a MercadoLibre Account without the need of doing it through OAuth flow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s -X POST -H 'content-type: application/x-www-form-urlencoded' 'https://api.mercadolibre.com/oauth/token' -d 'grant_type=client_credentials' -d 'client_id=[CLIENT_ID]' -d 'client_secret=[CLIENT_SECRET]' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment