i´m trying to open “http://localhost:10001/custom_configs” to generate my access token but i got this error:
could someone explain to me what i could do to fix it?
i´m trying to open “http://localhost:10001/custom_configs” to generate my access token but i got this error:
Hi @taylorbyks,
Welcome to the community
If you are trying to test the oAuth app locally, quoting the documentation prerequisites
Provide the redirect URL for your app in the third-party developer portal.
- Testing : http://localhost:10001/auth/callback
- Production : https://oauth.freshdev.io/auth/callback
For mercadolibre, it can be done while creating the app (Reference: Authentication and Authorization)
Hi @Raghu_Murugesan, thanks for the answer.
In the third-party developer portal this is my config:
Hi @taylorbyks,
Apologies, we left this thread unnoticed, could you confirm if you are still having issues with this oauth integration.