출처 : http://oauth.net/core/diagram.png
A. Consumer Requests (Request Token)
oauth_consumer_key
oauth_signature_method
oauth_signature
oauth_timestamp
oauth_nonce
oauth_version (optional)
oauth_callback
B. Service Provider Grants (Request Token)
oauth_token
oauth_token_secret
oauth_callback_confirmed
C. Consumer Directs User to Service Provider
oauth_token (optional)
D. Service Provider Directs User to Consumer
oauth_token
oauth_verifier
E. Consumer Requests (Access Token)
oauth_consumer_key
oauth_token
oauth_signature_method
oauth_signature
oauth_timestamp
oauth_nonce
oauth_version (optional)
oauth_verifier
F. Service Provider Grants (Access Token)
oauth_token
oauth_token_secret
G. Consumer Accesses Protected Resources
oauth_consumer_key
oauth_token
oauth_signature_method
oauth_signature
oauth_timestamp
oauth_nonce
oauth_version (optional)
관련 소스 : http://oauth.net/code/
닷넷 라이브러리 : http://dotnetopenauth.net/
OAuth PHP 사용관련 정리 : https://www.elance.com/q/api/examples/oauth/php
Using cURL in PHP to access HTTPS (SSL/TLS) protected sites :
http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/
Windows Link 폴더 생성 (mklink) (0) | 2015.01.28 |
---|---|
Visual Studio 개발에 유용한 플러그인 (0) | 2012.09.07 |
IE 소스보기 에러 ('NA'을 찾을 수 없습니다.) (0) | 2011.11.16 |
웹 사이트 기획에 참고 할 만한 사이트 모음 2008년 5월 (0) | 2008.05.21 |
정보통신망법과 IIS 보안서버 SSL 설치 및 적용 관련 자료 정리 (0) | 2008.05.19 |
[정의] 웹 2.0(Web 2.0)의 의미를 생각해보자! (0) | 2008.01.25 |
About GIS (Geographic Information System) (2) | 2008.01.23 |
[개발참고][About GIS] 이미지 저장에서의 벡터와 레스터 (0) | 2007.04.28 |