For a small console-based notification script I want to show the unread message and notification count from facebook. Currently I am stuck with the Facebook API. Apparently, using OAuth2 and the Graph API, it is not possible to access Facebook without some webapp using javascript or so. The infinite session key way seems to be deprecated and the Facebook for devices way is not yet open to the public.
Is there any way I can authenticate myself (and, atm. only me!) to facebook through a pure python script? It is fine for me to access some url and fetch a one-time auth token.