Answer the question
In order to leave comments, you need to log in
Does Bitrix24 redirect to the Bitrix24 login page when oauth authorization via api?
this is how i do authentication
$params = array(
"client_id" => B24Config::CLIENT_ID,
"response_type" => "code",
"redirect_uri" => B24Config::REDIRECT_URI,
);
redirect("http://myaddress.bitrix24.ru/oauth/authorize/?".http_build_query($params));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question