offline_access ?

ええと、Permissions にて以下な記述を発見。

Enables your app to perform authorized requests on behalf of the user at any time. By default, most access tokens expire after a short time period to ensure applications only make requests on behalf of the user when the are actively using the application. This permission makes the access token returned by our OAuth endpoint long-lived.

Permissions より引用
これ使えばフルオートな実装が可能なのかな。ちょっと確認してみよう。何か分かったら追記します。

とりあえず

scope を以下なカンジにして

                                scope: 'email, read_stream, read_requests, offline_access',

auth_token を取得してみます。で、それを使って facebook にアクセスしてみれば良いのかな。
とりあえず token げとできたんですが、expire してからブラウザでアクセスしてみれば良いのかどうなのか。とりあえず一発ブラウザでアクセスしてみたので、明日朝にでも同じ URL でデータが取れればこちらの勝ちですな。