Forum Academy Marketplace Showcase Pricing Features

Need Help with MercadoLibre API Integration: Troubles Logging in Using Bubble.io Plugin

I’m currently attempting to implement user login functionality using the MercadoLibre API. I have followed the API documentation to obtain the access_token as instructed, but I’m facing difficulties in understanding how to utilize it for user login. Although I can successfully log in and authenticate users on my MercadoLibre application using the following link:

https://auth.mercadolivre.com.br/authorization?response_type=code&client_id=8527602432375256&redirect_uri=https://erpatinho.bubbleapps.io/version-test/

I’m unable to achieve the same result using the Bubble API plugin.

Here are some relevant details:
MercadoLibre API docs: https://developers.mercadolivre.com.br/pt_br/autenticacao-e-autorizacao

APP ID: 8527602432375256

Secret Key: vEJfY6ZH3mYrrOtk0Wsc9kfONkeSKLYq

ACCESS_TOKEN: Bearer APP_USR-8527602432375256-052513-4b1ab9a97f116ccca5eac2c561d918ab-672880080

I would appreciate assistance in configuring the oAuth API on bubble.io.

Here’s how I’m trying to do it: