I need to enable my website users to login to my website using their twitter accounts. My website based on angular 8 and spring boot. While I'm configuring Auth0 and test my twitter app, I get the following error:
{
"error": "access_denied",
"error_description": "Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings"
}
However I configured my callback_url correctly. So What is the fix of this issue?