1\name{registerTwitterOAuth}
2\alias{registerTwitterOAuth}
3\alias{getTwitterOAuth}
4\title{ Register OAuth credentials to twitter R session }
5\description{
6These functions are deprecated
7}
8\usage{
9getTwitterOAuth(consumer_key, consumer_secret)
10registerTwitterOAuth(oauth)
11}
12\arguments{
13  \item{consumer_key}{The consumer key supplied by Twitter}
14  \item{consumer_secret}{The consumer secret supplied by Twitter}
15  \item{oauth}{An object of class \code{OAuth}}
16}
17\details{
18These functions are deprecated, see \code{\link{setup_twitter_oauth}}
19}
20\value{
21  \code{TRUE} on success, otherwise an error will be thrown
22}
23\author{Jeff Gentry}
24\seealso{ \code{setup_twitter_oauth} }
25\examples{
26  \dontrun{
27     fakeExample = 5
28  }
29}
30\keyword{ interface }
31