Extracting social-network data using the Twitter API.
使用Twitter API提取社会网络数据。
Now you'll fill in the empty Friends TAB with live data from the Twitter API.
现在,您将使用Twitter API中的实时数据来填充空的Friends选项卡。
It's important to note that the Twitter API supports the following types of requests.
特别注意,Twitter API支持以下请求类型。
Registering a Twitter application is necessary to use certain elements of the Twitter API.
注册一个Twitter应用程序是使用某些Twitter API元素的必要条件。
For example, Listing 1 is a snippet of an error message published on the Twitter API wiki.
例如,清单1是Twitter APIwiki发布的一条错误消息的一个片段。
The twitterlibphp library contains a list of methods that each map to a Twitter API method.
twitterlibphp库包含一个方法列表,每个方法都映射到一个Twitter API方法。
In order to prevent excessive API usage they used the same quota system exposed by the Twitter API.
为了防止过度使用API,他们使用了与Twitter API一样的配额。
The Twitter API is a well documented specification — for more information, see the Twitter API wiki..
Twitter API是一个很好的规范——要了解更多信息,请参见Twitter API wiki。
Like other REST services that use HTTP, the Twitter API sports a set of status codes and error messages.
与其他使用HTTP的REST服务一样,Twitter API使用一组状态码和错误消息。
You are telling the Twitter API to only return tweets that are newer than the ID given in this parameter.
您在告诉Twitter API只返回比该参数中给定的ID新的tweet。
There's also a frictionless core signing service, allowing you to make and sign any call to the Twitter API.
这也是个没有冲突的认证服务,允许你创建和签名任何对Twitter API的调用。
The following sections present several scripts for collecting and presenting data available through the Twitter API.
下面几个小节将演示如何使用几个脚本来收集和显示通过Twitter API获取的数据。
Now, let's explore some simple scripts that you can use to collect and visualize data using Ruby and the Twitter API.
现在,我们来看一些简单的脚本,您可以使用它们通过Ruby和Twitter API收集和可视化数据。
Do check the Net: : Twitter documentation and the Twitter API wiki to find out what else you can do with this service.
请一定要查看Net:Twitter文档和Twitter APIwiki,看看利用这项服务还可以做些什么。
When a user presses this button, the Twitter API will take the specified post and add the update to the Twitter stream of that user.
当用户按下该按钮时,Twitter API将获取指定的发布内容,并将更新添加到该用户的twitter流。
As the name of the REST API implies, the Twitter API attempts to conform to the design principles of Representational State Transfer.
RESTAPI的名称表明,Twitter API试着符合具象状态传输的设计原理。
Now, as I alluded to, you can go about messing with the Twitter API without any help, but that doesn't make you a productive developer.
现在,像我曾提到的那样,您无需任何帮助即可使用Twitter API 了,但这不会使您变成一位高效的开发人员。
The final script you will create is a script that allows you to push a microblog entry from our database to Twitter using the Twitter API.
您将创建最后一个脚本,它允许您使用Twitter API将我们的数据库中的博客条目发布到 Twitter 上。
And finally, you added a tabbed interface to Gwitter to display the results of the RESTful Twitter API call to return your friends timeline.
最后,您向Gwitter添加了一个分页界面,用于显示rest式t witterAPI调用的结果,以便于返回朋友时间轴。
In the Twitter API context, there are various RESTful services available for extracting information about users, followers, timelines, and more.
在Twitter API上下文中,有多种RESTful服务可用于提取有关用户、追随者、时间线等内容的信息。
Perhaps it means that parts of the Twitter API that require user authentication will be accessible via the same single sign-on feature discussed above.
也许意味着部分原本需要用户的授权的Twitter API现在通过刚刚我们提过的单点登录功能可以访问了。
SocialToo founder Jesse Stay has alerted us (and the rest of his blog readers) to certain Twitter API changes that may be detrimental to many developers.
SocialToo的创始人Jesse Stay让我们(和他博客的其他读者)留意twitter已经改动了部分Twitter应用程序接口(API),这可能会给许多开发者带来不少麻烦。
The final component you need is python-twitter, which is "a python wrapper around the Twitter API and the twitter data model," according to the project site.
我们所需的最后一个组件是python-twitter,其项目站点上将它定义为 “围绕Twitter API及 twitter数据模型的一个 python包装程序”。
Again, the HttpClient code will be similar to the previous code with the exception that now we have to pass the username and password in to the Twitter API as well.
再次,HttpClient代码将类似于之前的代码,除了将用户名和密码传递到Twitter API中之外。
So far in the development of Scitter, we've focused on doing HTTP GET-powered operations, mainly because these calls are fairly easy, and I wanted to ease into the Twitter API.
到目前为止,我们的Scitter开发主要集中于一些基于HTTPGET的操作,这主要是因为这些调用非常容易,而我想轻松切入Twitter API。
Information about Twitter accounts and associated timelines and tweets are available not only to standard Web interfaces, but also to third-party applications via the Twitter API.
与Twitter帐户及相关的时间线和tweet有关的信息不仅对标准web界面可用,而且可以通过Twitter API被第三方应用程序所用。
When a use clicks that link, the script will use PHP's curl extensions (which you enabled earlier in this article when you configured PHP) to post the update on Twitter using the Twitter API.
当用户单击链接时,该脚本将使用PHP的curl扩展(在本文前面配置 PHP 时已启用)通过Twitter API 将更新发布到 Twitter。
Along the way, you'll learn more about the Twitter API and how well it interacts with Scala, and you'll also get some ideas for overcoming the inevitable programming challenges between the two.
在此过程中,您将了解更多关于Twitter API的知识,它与scala之间的交互如何,您还将了解如何克服两者之间不可避免的编程挑战。
The twitter module provides wrappers for the twitter data model and the API.
twitter模块为twitter数据模型和API提供了包装程序。
I explore this realization in the context of simple scripts using the Ruby language and the Twitter gem, an API wrapper for Twitter.
我是在一些使用Ruby语言的简单脚本、Twittergem和一个针对Twitter的API包装器的上下文中探索这种实现的。
应用推荐