Using OAuth to Access Binance API

Hi,I’m gonna use OAuth for my web application but when I redirect user to authorize url,after verifying user I get this error:

OAuth Error

error=“invalid_client”, error_description=“Bad client credentials”

how can I solve this issue?

Hi,
With the context you’ve given, this seems like an issue with how you’ve configured OAuth user authentication in your webapp and not specifically a question to do with the Binance API.