Use mock in integration tests

I’m doing an app that is using facebook’s login.

Should I mock like this example Integration test with Omniauth. This example is using twitter, and assume you've installed rspec and capybara. Official document is here: https://github.com/intridea/omniauth/wiki/Integration-Testing · GitHub?