1.twitter API 연동준비
가. twitter API 연동시 필요한 Key
1) ConsumerKey
2) ConsumerSecret
3) AccessToken
4) AccessTokenSecret
나. Key 값 얻어오는 방법.
1) https://dev.twitter.com/ 접속후 우측 상단의 My applications 선택
2) 등록된 applications 가 없을시
Create a new application 클릭
Name : application 이름
Description : application 설명
Website: twitter 주소
입력후 밑의 보안 문자 입력후 Create your Twitter application 클릭.
3) App 생성 후 Setting click
4) Setting 중간의 Application Type, Read, Write and Access direct message 로 변경.
3번째 Radio 버튼 click 후 Update this Twitter applicntion's setting 클릭.
5) access token 생성
Access level 이 Read, Write로 되어있는지 확인 후 Create my access token 클릭
6) ConsumerKey, ConsumerSecret, AccessToken, AccessTokenSecret 제출
'Sns API' 카테고리의 다른 글
[me2day] API 연동준비 (0) | 2013.10.28 |
---|