A
A
Alexey S.2015-12-08 13:11:33
Google
Alexey S., 2015-12-08 13:11:33

How to write a parser for a site on which access authorization is implemented through google?

There is a site that can only be accessed by logging in through google. I need to programmatically get content from this site by logging in myself. I tried to parse through the curl, but Google has a redirect on the redirect, got confused at the end ((
Maybe where there are examples of the source code?
ps The programming language does not play a role.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Kotlyarov, 2015-12-08
@denisandroid

You can do this with 'curl' for this you need
1. Know what POST-GET arguments the authorization page requires (the page where it goes after clicking on the button) and what arguments it might be 'login', 'pass'
2. Some written code
3. I did not work with Google authorization and did not understand what you mean at all.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question