-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-page login, can't find the form of the second page. #55
Comments
You will need to provide a minimal example where this fails. |
|
That's useless without LOGIN_URL and SECRET |
The Login url is https://m.facebook.com/profile.php?id=100002233045625&tsid=0.48424488103504615&source=result |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mechanize Browser object is unable to find form on the second page of the login process. Internal data structure of the browser object seems to hold information about the original form.
Here are the chain of events in the multi-stage login process:
Sample code is shown below:
The text was updated successfully, but these errors were encountered: