- postman collection
- MFC
- postman pre-request
- postman collection variables
- postman session
- 다빈치 리졸브
- solidity
- Android
- postman html parse
- LSL_Script
- Unity
- postman excel
- 우수한 프런트 개발자
- Java
- UI/UX Engineer
- Interaction developer
- Android/iOS Developer
- postman
- C++
- Intellij
- postman csv
- 프런트엔드
- postman automations
- web developer
- Front-end developer
- oracle
- postman tests
- emplace_back
- 좋은 개발자
- c#
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- Today
- Total
목록twitterAPI (2)
david's daily developer note
Twitterizer Class의 사용 예를 보자. TwitterUser 클레스는, Twitter 유저의 계정과 user-centric API methods와 상호 호환되는 methods를 제공한단다... TwitterUser The TwitterUser class represents a twitter user account and provides methods for interacting with user-centric API methods. TwitterUser 클레스를 써보자. 앞서 인증후에 저장된 .config파일 정보를 이용해서, 인증 토큰을 생성한다. this.oauthTokens = new OAuthTokens() { AccessToken = ConfigurationManager.AppSet..
Twitter API를 사용한 어플리케이션을 만들려면,, Twitter 계정이 있어야 하고, 어플리케이션을 등록 시켜야 한다. 등록 후 받는 ConsumerKey와 ConsumerSecret로 AccessToken를 요청 할 수 잇고, AccessToken으로 Twitter 리소스에 접근할 수 있다. 그 과정은 아래 링크에 자세히 나와 있다. http://smok95.tistory.com/213 Twitter API는 많은 언어를 지원하고, API를 컨트롤 하는 다양한 오픈 소스가 존재한다. 개발 환경에 맞게 선택하거나, 자신이 손에 익은 언어를 선택하면 되겠다. 그래서~나는 C#과 오픈소스인 twitterizer를 이용한다. twitterizer에 대한 정보는 아래 사이트에 있다. Documentati..