registerTwitterOAuth {twitteR} | R Documentation |
Register OAuth credentials to twitter R session
Description
These functions are deprecated
Usage
getTwitterOAuth(consumer_key, consumer_secret)
registerTwitterOAuth(oauth)
Arguments
consumer_key |
The consumer key supplied by Twitter |
consumer_secret |
The consumer secret supplied by Twitter |
oauth |
An object of class |
Details
These functions are deprecated, see setup_twitter_oauth
Value
TRUE
on success, otherwise an error will be thrown
Author(s)
Jeff Gentry
See Also
setup_twitter_oauth
Examples
## Not run:
fakeExample = 5
## End(Not run)
[Package twitteR version 1.1.9 Index]