\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
++Configuring Horde 4 for Twitter integration

Horde's Twitter integration requires some setup on Twitter in order to get it to working. A Twitter 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="https://dev.twitter.com/apps/new">https://dev.twitter.com/apps/new</a>


\item Enter the \textit{Name} and \textit{Description} you wish to give your application. This is displayed to users when they are asked to allow Horde to interact with the application. Also, you should enter your main site url in the \textit{Application Website} field.


\item Choose \textit{Browser} for \textit{Application Type}


\item The \textit{Callback URL} field should be set to the services/twitter page. For example: <a href="https://www.example.com/horde/services/twitter">https://www.example.com/horde/services/twitter</a>


\item You should allow Read and Write access so Horde can read the Twitter stream and allow users to send tweets.


\item After the application is created, take note of the \textit{Consumer Key} and the \textit{Consumer 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{Twitter Integration} preference page.


\end{itemize}
\end{document}
