Subject: | WWW::Facebook::API::Auth should use xdg-open under Linux to launch the browser |
WWW::Facebook::API::Auth knows how to launch the browser under OS X and
Windows, but not under Linux. It should attempt to call "xdg-open" with
the URL as parameter. This works across all major free desktops.
See http://portland.freedesktop.org/xdg-utils-1.0/xdg-open.html .