NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Facebook (Score:1)
WWW::Facebook::API also supports the Facebook desktop api:
http://wiki.developers.facebook.com/index.php/Login_Desktop_App [facebook.com]
http://cpansearch.perl.org/src/CLSCOTT/WWW-Facebook-API-0.4.14/examples/facebook -desktop-json [perl.org]
I don't have any experience with the desktop apps but as the maintainer of WWW::Facebook::API I can help you out and roll any patches out quickly.
Reply to This
Re: (Score:2)
I did briefly look at WWW-Facebook-API, but it requires the API key. The problem is that Facebook, like other similar API developers, assume that only compiled languages would ever want to access them from user-space. If you want to use a language like Perl you have to hide behind your own server, so you can hide the API key :(
Hence why I hope they eventually acknowledge a restricted User API that the user can have control over.