I want to build a script where I am logged in automatically with a PHP script, updates the status, or w/e and then logs out. Using Graph API or FQL would be great was it not that I get a nasty pop-up that I need to login and allow the 'application'. I don't want this, I know my own username and password and simply want it to login immediately, do its stuff, and log out.
Is this possible with the Facebook API? I don't really like scraping FB but they don't let me much choice though =/
So I want to login through a PHP script immediately to Facebook.
You can access Facebook with an email and password but its against their Terms of Services. Check this link.
If you want offline permission then Recent news from Facebook indicates it does not support offline permission: see here.