Learn R Programming

tm.plugin.webmining (version 0.9)

auth.google.reader: Authentification and token retrieval from the Google Reader web service.

Description

Function to retrieve token string for the Google Reader web service. String can subsequently be used with GoogleReaderSource

Usage

auth.google.reader(email = readline("Email:"),
    password = readline("Password:"), get.curl.opts = F)

Arguments

email
email address, e.g.
password
password for Google Account
get.curl.opts
determines if RCurl options object (curlOptions) should be returned.

Value

  • Character if get.curl.opts is FALSE or curlOpts if get.curl.opts is TRUE

See Also

GoogleReaderSource