walmartlabs / partnerapi_sdk_dotnet

Walmart Partner API SDK for .NET
Other
15 stars 16 forks source link

Use of new access token based authentication in this SDK #12

Closed bikram-bikram closed 4 years ago

bikram-bikram commented 6 years ago

I recently noticed on the API Keys page in developer portal that Walmart is going to deprecate the "signature method" and recommends developers to start using the "new token based authentication".

Is there a roadmap for this dotnet sdk to use the new token based authentication anytime soon?

image

roman-shuhov commented 6 years ago

Thank you for pointing this! We don't have a timeline for this feature right now, but let's keep this issue open to track progress. We will post an update as soon as roadmap will be confirmed.

dkershner6 commented 5 years ago

Just as a note, the deprecation of the method is on August 28th, about 2 months away, where this library will no longer function.

weirdian2k3 commented 5 years ago

@dkershner6 Hi Derek, I've used this patch on my local fork to get it working: https://github.com/walmartlabs/partnerapi_sdk_dotnet/commit/71f35acc6204298600d3ce5c170c51a8e323c5a6

It's been working successfully

dkershner6 commented 5 years ago

That indeed looks promising, thanks for the link @weirdian2k3

aminecraftplayerx commented 4 years ago

Can you tell me what the accessToken parameter is supposed to be set to?

aminecraftplayerx commented 4 years ago

Figured it out, got it all working...