找回密码
 注册
查看: 1530|回复: 0

R语言 twitteR包 registerTwitterOAuth()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 13:11:21 | 显示全部楼层 |阅读模式
registerTwitterOAuth(twitteR)
registerTwitterOAuth()所属R语言包:twitteR

                                         Register OAuth credentials to twitter R session
                                         注册OAuth凭据到twitter R会话

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function is used to provide your OAuth access tokens to your twitter session.  This will enable many bits of functionality as well as allow other commands to provide more options
使用此功能提供您的OAuth访问令牌到你的Twitter会话。这将使许多位功能,以及允许其他命令,以提供更多的选择


用法----------Usage----------


registerTwitterOAuth(oauth)



参数----------Arguments----------

参数:oauth
An object of class OAuth
对象的类OAuth


Details

详细信息----------Details----------

This function will store the OAuth argument in an environment which is then accessed throughout the package.  When API calls are made, instead of going through RCurl they will go through the ROAuth package.
此功能将存储OAuth参数,然后访问整个包装的环境中。当API调用,而不是通过RCurl,“他们将通过ROAuth包。

Three URLs will need to be used for the initial OAuth handshake, see the examples below.
三个URL将需要被用于初始OAuth握手,请参见下面的实施例。


值----------Value----------

TRUE on success, otherwise an error will be thrown
TRUE成功,否则错误将抛出


(作者)----------Author(s)----------


Jeff Gentry



参见----------See Also----------

OAuth
OAuth


实例----------Examples----------


    ## Not run: [#不运行:]
       ## A real example, but using a fictitious consumerkey and consumer[#一个真实的例子,但使用一个虚构的consumerkey和消费]
       ## secret - you'll need to supply your own[#秘密 - 你需要提供你自己的]
       requestURL <- "https://api.twitter.com/oauth/request_token"
       accessURL = "http://api.twitter.com/oauth/access_token"
       authURL = "http://api.twitter.com/oauth/authorize"
       consumerKey = "FAKEDATA"
       consumerSecret = "FAKEDATA"
       twitCred <- OAuthFactory$new(consumerKey=consumerKey,
                                    consumerSecret=consumerSecret,
                                    requestURL=reqURL,
                                    accessURL=accessURL,
                                    authURL=authURL)
       twitCred$handshake()
       registerTWitterOAuth(twitCred)
   
## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 15:52 , Processed in 0.025445 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表