먼저 언어별로 나오는 라이브러리가 있는데요~
http://apiwiki.twitter.com/Libraries 안에 다양한 언어 중에서
programming 가 java 베이스라고 했던 것 같아서 찾아보니깐 자바에도 4가지나 있어요~
* Twitter4J by Yusuke Yamamoto. An open-sourced, mavenized and
Google App Engine safe Java library for the Twitter API, released
under the BSD license.
* java-twitter by DeWitt Clinton. Pure java interface for the
Twitter API.
* jtwitter by Daniel Winterstein. Open-source pure Java Interface
to Twitter.
* Twitter Client by Gist, Inc. Java client to connect to the
Streaming API.
뭘쓰면 가장 좋을지 조언을 부탁드려요~
참고로 트위터에는 3가지 API가 있다고 합니다.
두개의 REST APIs 와 a Streaming API 가 있는데 대부분 믹스&매치 다고 하네요.
The Streaming API provides low-latency high-volume access to Tweets라고
하는데
보이지 않는 하이볼륨 엑세스를 제공한다고 하는데 무슨말인지 잘 모르겠어요
원문 URL : http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#1ThereareactuallythreeAPIs
1) There are actually three APIs
The Twitter API currently consists of two discrete REST APIs and a
Streaming API. Most application developers mix and match the APIs to
produce their application. The separation of the REST and Search APIs
is less than ideal and it is entirely due to history It is in our
pipeline to ameliorate Twitter's API by combining the Search and REST
pieces as development cycles allow. The API Overview portion of the
Getting Started series explains the history. The Streaming API
provides low-latency high-volume access to Tweets.
트위터 API 잘 아시는 분 있거나 혹은 설명되어 있는 정보가 있으면 공유해요~
(회사에서 몰래 딴짓하는 중~이라 얼른 돌아갑니다~)
그럼 즐거운 주말 보내세요~
REST에 대해서는 아래 링크를 참고하시면 됩니다.
http://ko.wikipedia.org/wiki/REST
인터넷에서 twitter API를 이용하는 가장 간단한 예제를 찾아서 한 번 직접 구현해 보시는 것도 좋을 것 같습니다.
아래는 Processing에서 Twitter4j를 사용하는 예제입니다.
http://blog.blprnt.com/blog/blprnt/quick-tutorial-twitter-processing
이 외에도 입맛에 맞게 찾아서 사용하시면 됩니다.
더 궁금하신 내용이 있으시다면 질문 올려주세요. ;)
On 2월5일, 오후5시24분, Eunhee Yi <whi...@gmail.com> wrote:
> 수업시간에 보았던 네이버 API는 별다른 이해없이 간단히 이해가 되었는데요~
> 트위터 페이지에는 API 설명이 왜이렇게 길고, API 종류는 왜 이렇게 많을까요 ㅠㅠ
>
> 먼저 언어별로 나오는 라이브러리가 있는데요~http://apiwiki.twitter.com/Libraries안에 다양한 언어 중에서
> programming 가 java 베이스라고 했던 것 같아서 찾아보니깐 자바에도 4가지나 있어요~
>
> * Twitter4J by Yusuke Yamamoto. An open-sourced, mavenized and
> Google App Engine safe Java library for the Twitter API, released
> under the BSD license.
> * java-twitter by DeWitt Clinton. Pure java interface for the
> Twitter API.
> * jtwitter by Daniel Winterstein. Open-source pure Java Interface
> to Twitter.
> * Twitter Client by Gist, Inc. Java client to connect to the
> Streaming API.
>
> 뭘쓰면 가장 좋을지 조언을 부탁드려요~
>
> 참고로 트위터에는 3가지 API가 있다고 합니다.
> 두개의 REST APIs 와 a Streaming API 가 있는데 대부분 믹스&매치 다고 하네요.
> The Streaming API provides low-latency high-volume access to Tweets라고
> 하는데
> 보이지 않는 하이볼륨 엑세스를 제공한다고 하는데 무슨말인지 잘 모르겠어요
>
> 원문 URL :http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#1Therea...