I simply wish to access my own personal profile, and get access to all my notes. In order to do this, I DON'T want to have to login each time via the Facebook frontend, as I know the password.
$user = $facebook->require_login();
Not what I want. I want to login straight away, without the need of typing in anything. For example:
$user = $facebook->log_me_in_please(username, password);
This code is obviously non-existant. Does anyone know how to do this?