php - Log in with the MercadoLibre API without having to type user and password? -


is there way login mercadolibre api without having ask user , password?

i need make request of form:

https://auth.mercadolibre.com.uy?user="someone"&&password="secret" 

it's example, not matter verb / type of request

the idea request returns access token , can perform tasks such answering questions asked customers seller, without need log in manually entering user , password of seller. since system must handle several of them.

additional data: integrate authentication system vtiger crm, using mercadolibre sdk php language.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -