mercadolibre / net-sdk

MercadoLibre's .NET SDK
56 stars 81 forks source link

Desktop application support #9

Closed dziedrius closed 4 years ago

dziedrius commented 11 years ago

We would like to use desktop application to list items on meradolibre, but with current authentication scheme I don't see how to implement it, because desktop application does not have well know endpoint, where api would redirect with authorization code, would it be possible to get example if this is possible?

bounav commented 8 years ago

I couldn't find any info on the mercado libre documentation about this scenario.

Google lets you do it by showing a login page to your user and at the same time starting to polling an HTTP request that will only return the an access code after the user has granted the access.

jangelnunez commented 8 years ago

dziedrius : It's been 3 years since this issue. did you solve this item ? I'm still don't know how to get the authentication code when user GRANTS the application, also in mercado Libre. Thanks. Regards...

alanbruhns commented 7 years ago

I solved it via the Mercadopago API, Create an Application in MercadoPago and use its SDK.