\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
The Facebook integration in Horde is deprecated, this is for historical purposes only<br />
++Configuring Horde 4 for Facebook integration

Horde's Facebook integration requires some setup on Facebook in order to get it to working. A Facebook application must be created for each Horde installation. The following are the steps that are required in order to get this working.

\begin{itemize}
\item Create the application. This is done at <a href="http://facebook.com/developers">http://facebook.com/developers</a>


\item Under the \textit{Website} section of the configuration, you need to add the url to your services/facebook page. So, if your horde install is at <a href="http://example.com/horde">http://example.com/horde</a>, then your \textit{Site URL} setting should be *http:*example.com/horde/services/facebook/ *. You also need to enter the \textit{Site Domain} setting. In this example, it would be *example.com//.


\item Take note of the \textit{Application ID} and the \textit{Application Secret} values. You will need to enter these in Horde's \textit{API Keys} configuration section.


\item Once those values are entered into Horde's configuration, users will be able to validate the application via Horde's \textit{Facebook Integration} preference page.


\end{itemize}
\end{document}
