Open the Facebook login window
open_facebook_loginOpens Facebook in a browser and waits for manual login, then verifies the session is active. If already logged in, it confirms immediately without disturbing the page.
Instructions
Launch the browser, bring the window to the front on Facebook, and wait for the user to log in by hand. Types nothing and submits nothing — it only watches for the session to go live so it can confirm the profile was saved. Safe to call when already logged in: it reports that immediately without disturbing the page. If the user needs longer than wait_seconds (a 2FA code, a checkpoint), the call returns and you simply call it again or run check_facebook_session — the window stays open and their progress is not lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait_seconds | No | How long to watch for the login to complete. Default 45s; long values may exceed your client's tool timeout. |