Q: is this possible?
Facebook does not provide API for private accounts. could i use notte to create one? and if yes how does it work. will i call the api and then notte uses a browser and does the steps like any browserautomation and then it uses the datas to send it back? in this case if facebook changes anything it wont work right? or is there an automatic-update process if it doesnt get the datas back? Would it work for facebook (login and stuff like that)
Sam_Notte
May 12, 2026A: Yes, exactly right, precisely how it works. Notte spins up a browser session, logs in, navigates and extracts the data, then returns it to you via API. No Facebook API required.
On the "what if Facebook changes" point, you're right that deterministic scripts can break when sites update. That's where Agent Fallback comes in. If a scripted step fails, an AI agent takes over and completes the task anyway. It's not a full guarantee against every change, but it's significantly more resilient than standard browser automation. For login specifically, Vaults handle credentials securely so that part stays stable regardless of page changes.