Hello, has anyone out there been successful with using the Beatport API from .NET, either
VB.NET or C#?
I have been trying for some time, and I cannot get the OAuth step to work at all.
I cannot even get past the first step of requesting the first token, whatever I try I always get "401 Unauthorized".
I also tried generating the keys manually from the Beatport page, and proceeding to the next step in code to access a resource, but I get the same error.
I am using the simple
Oauth.Vb.Net lib, and following various other basic OAuth examples, alhough I cannot find any examples for Beatport specifically.
There seems to be no documentation or help from Beatport, other than pointing you to the official OAuth spec.
After hours of Googling, the only examples I can find are for web pages and mostly .php, whereas in my case it is a desktop app using
VB.NET.
Does anyone have a working example of the OAuth process with Beatport, in VB or C#?
Failing that, any pointers?
Thanks.