-
트위터 twitter API Basic인증방식 8.31일자로 종료Programming/twitterAPI 2010. 9. 1. 11:32반응형8월 31일자로 Basic인증 방식이 종료되었습니다.이런 내용을 잘모르고 있다가 갑자기 에러가 나서 알아보니 이미 4월부터 Basic인증 방식을 없애겠다고 발표를 했었네요..
만약 기존에 잘 사용하던 프로그램에 제대로 동작하지 않는 경우, 해당 프로그램이 Basic인증방식을 사용했을 가능성이 큽니다.
Basic Auth has been deprecated.
August 31, 2010 Basic Auth has been deprecated. All applications must now use OAuth.
Don't fret! @twitterapi is here to help! Feel free to reach out to us directly, or via our Twitter Development Talk group.
The switch to OAuth is a good thing! You, as the application developer,
- don't have the burden of keeping potentially damaging credentials for your users (especially considering that a lot of people use the same password for multiple services);
- don't have to worry about the user changing their password — a user can change his or her password and the OAuth "connection" to your app will still work;
- don't have to worry about other applications masquerading as your application as only your application can set the byline with your application name;
- will eventually have access to more trusted APIs from Twitter that will only be available to "trusted" OAuth-enabled applications; and
- will be contributing to the web of trust between users, service providers, and applications.
참고적으로 API를 사용하기 위해 인증을 받는데 Basic인증방식과 OAuth방식이 있습니다.Basic인증은 사용자 ID와 비밀번호로 인증하는 방식이고 OAuth방식은 트위터에 API를 사용할 어플리케이션을 등록하고해당 어플리케이션에 부여된 키값을 이용하여 인증하는 방식입니다.
OAuth에 대한 좀 더 자세한 내용은 아래 사이트를 참고하시기 바랍니다.- 다음 OAuth 소개 (추천)
https://apis.daum.net/oauth/main/welcome - OAuth프로토콜 관점에서 본 OAuth 인증과정
http://dev.springnote.com/pages/1083108
- OAuth 사용 데스크탑 Twitter 클라이언트 빌드하기
http://www.ibm.com/developerworks/kr/library/wa-oauth1/
- OAuth란?
http://blueb.net/blog/1445 - OAuth홈페이지
http://oauth.net/
반응형'Programming > twitterAPI' 카테고리의 다른 글
트위터 twitter API 어플리케이션 등록하기 (2) 2010.09.07 트위터 Twitter API (twitCurl) - 한글 처리 (1) 2010.08.30 [C++] 트위터API(Twitter API) 사용방법 - Twitcurl (34) 2010.08.25