Hi,
I’m currently looking to starth the OAuth2 workflow, so I simply follow the documentation I have found here: Integrate Binance Login with your web application | Binance Open Platform
So, I send a request like this:
And it failed because I got a message “Error 403 Forbidden - This request is blocked.”
So, I have do some test and changed the redirect_uri. The problem is that I use localhost !
But I’m using OAuth with both a web and a desktop application, so for:
- web application is debug mode, I use localhost
- desktop application should go back to my app, not to an url
I’m searching for a solution, so, if someone can help please ?
PS: currently, I’m unable to log on !