T
T
Talgat Baltasov2015-06-12 22:45:40
HTTP Cookies
Talgat Baltasov, 2015-06-12 22:45:40

How to pull data with curl using cookies?

I am creating a robot for instagram that will log in and auto-subscribe itself. I made a login through curl, I saved the cookies for myself. Now I can’t go to the page of a specific user, since he has a private page. And if I log in manually, then I have access to his page.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ramil, 2015-06-13
Abdrahimov @MrAbdrahimov

In general, as far as I understand the cookies are received, it is impossible to use them?
curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookies.txt');
So you use cookies in the curl so that there is no private for you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question