I’m trying to build my first facebook app, and it seems that the python facebook (pyfacebook) wrapper is really out of date, and the most relevant functions, like stream functions, are not implemented.
Are there any mature python frontends for facebook? If not, what’s the best language for facebook development?
The updated location of pyfacebook is on github. Plus, as arstechnica well explains:
so, even should you be using a pyfacebook version that doesn’t yet implement some brand-new thing you need, it’s easy to add said thing, as Ryan Paul shows here regarding some of the stream functions (back in April right after they were launched).