Skip to content

Instantly share code, notes, and snippets.

Created August 11, 2016 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a434f6a4d2014db450055a649351cfc3 to your computer and use it in GitHub Desktop.
Save anonymous/a434f6a4d2014db450055a649351cfc3 to your computer and use it in GitHub Desktop.
@agent = Mechanize.new
@agent.follow_meta_refresh = true
page = @agent.get('the facebook url . com')
form = @agent.page.form_with(:method => 'POST')
form.email = 'my email'
form.pass = 'my password'
puts page.link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment