tags:

views:

45

answers:

0

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.

Thanks!