https://github.com/cran/httr
Raw File
Tip revision: 7f00be6e5e52f8b5c31ae3a62d402fee67f29e1c authored by Hadley Wickham on 10 October 2012, 00:00:00 UTC
version 0.2
Tip revision: 7f00be6
oauth_callback.Rd
\name{oauth_callback}
\alias{oauth_callback}
\title{The oauth callback url.}
\usage{
  oauth_callback()
}
\description{
  The url that \code{\link{oauth_listener}} expects that
  the client be referred to.
}
\keyword{internal}

back to top