For anyone who is also struggling, these are the URL Parameters that worked for me, as i tried today:
'authorize_url' => '/oauth/authorize',
'token_url' => '/oauth/access_token',
'user_info_url' => '/api/v4/users/me'
For anyone who is also struggling, these are the URL Parameters that worked for me, as i tried today:
'authorize_url' => '/oauth/authorize',
'token_url' => '/oauth/access_token',
'user_info_url' => '/api/v4/users/me'