R
R
Roman2019-04-21 23:56:05
PHP
Roman, 2019-04-21 23:56:05

How to authorize a PHP application in Yandex services via a web interface (NOT api)?

Hello.
I have a banal (probably) situation - I need to log in to Yandex services in order to parse pages from the personal account from there - what is the best and easiest way to implement this in PHP?
I understand that through CURL)) but how exactly to do this in the case of Yandex?
Interested in authorization.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lander, 2019-04-22
@procode

There is no fundamental difference Yandex or not Yandex. Any authorization uses cookies. When setting up a curl request, you must specify the CURLOPT_COOKIE, CURLOPT_COOKIEFILE and CURLOPT_COOKIEJAR parameters. You can read more here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question