Hi!
I’m planing to sell my dotNet Application on Codecanyon. It uses a license key verification (using WooCommerce and the Software Addon).
This is working fine for non-envato customers, however every one who purchases the tool on codecanyon do not get a license from my WooCommerce page automatically.
So that’s why I thought I integrate the “Verify Purchase” API function. However the user needs to auth in the browser to grant access to my app and will then redirected to a web page with the passed acces code. If I open the auth window in my software application I get an error when I try to login, if I open it with an external browser, I do not get the passed access token to make the purchase verification…
Is there anyone who have integrated the Envato API v3 in a C# (dotNet) application yet?
Thanks for helping out!