Certo. Ho fatto alcune prove con risultati un pò contraddittori.
Prova 1: uso di standalone. Risultato: funzionante.
`
\documentclass{standalone}
\usepackage{hyperref}
\begin{document}
\begin{itemize}
\item the group \href{https://www.facebook.com/#!/groups/beamer2thesis/}{Beamer2Thesis}
\item the page \href{http://claudiofiandrino.altervista.org/beamer2thesis.zip}{http://claudiofiandrino.altervista.org/beamer2thesis.zip}
\end{itemize}
\end{document}
`
Prova 2: uso di beamer. Risultato: crash.
`
\documentclass{beamer}
\usepackage{hyperref}
\usetheme{Madrid}
\begin{document}
\begin{frame}
\begin{itemize}
\item the group \href{https://www.facebook.com/#!/groups/beamer2thesis/}{Beamer2Thesis}
\item the page \href{http://claudiofiandrino.altervista.org/beamer2thesis.zip}{http://claudiofiandrino.altervista.org/beamer2thesis.zip}
\end{itemize}
\end{frame}
\end{document}
`
Ho caricato ugualmente hyperref anche se beamer dovrebbe già farlo di suo (se non ricordo male).