Download List

프로젝트 설명

PHP OAuth API authorizes user access using the OAuth protocol. It abstracts OAuth 1.0, 1.0a, and 2.0 in the same class. It provides built-in support for popular OAuth servers: 37Signals, Amazon, Buffer, Bitbucket, Box.net, Dailymotion, Discogs, Disqus, Dropbox with OAuth 1.0 and 2.0, Etsy, Eventful, Facebook, Fitbit, Flickr, Foursquare, github, Google with OAuth 1.0a and OAuth 2.0, Instagram, LinkedIn, Microsoft, Rdio, Reddit, RightSignature, Salesforce, Scoop.it, StockTwits, SurveyMonkey, Tumblr, Twitter, VK, Withings, Xero, XING, and Yahoo!. Every other OAuth server is supported by setting an endpoint URLs and other parameters using specific class variables or an external JSON configuration file. The class can also send requests to an API using the previously-obtained OAuth access token. For servers which support offline access, the class can renew expired tokens automatically using refresh tokens.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-10 23:08
2013.01.10

릴리스 LinkedIn API 호출에 매개 변수가 전달 되는 방식으로 해결 합니다. 그것은 또한 Instagram, Scoop.it, 및 Fitbit Api 지원을 추가 합니다.
The release fixes the way parameters are passed to LinkedIn API calls. It also adds support to Instagram, Scoop.it, and Fitbit APIs.

2012-12-20 13:49
2012.12.19

이 릴리스 Bitbucket에 대 한 기본 지원 기능을 추가 하 고 사용자 정의 API 호출 헤더를 수락 하 고 시체를 요청 기타 사소한 버그 수정.
This release adds built-in support for Bitbucket, makes custom API calls accept headers and request bodies, and fixes other minor bugs.

2012-11-20 07:57
2012.11.19

이 릴리스 링크 드 인에 대 한 지원을 추가합니다. 그것은 JSON 인코딩 개체 또는 배열을 반환 하는 API 호출의 제한을 해결 합니다.
This release adds support for LinkedIn. It also fixes the restriction of API calls that returned JSON encoded objects or arrays.

2012-11-13 19:45
2012.11.13

이 릴리스의 서버 API에 액세스 해지 되었습니다 세션 변수에 캐시 수 있습니다 액세스 토큰을 재설정 하는 데는 ResetAccessToken 함수를 소개 합니다. 이렇게 하면 사용자가 다시 인증을 요구 합니다.
This release introduces a ResetAccessToken function for resetting the access token that may have been cached in session variables after access to the server API may have been revoked. This causes the user to be asked for authorization again.

2012-11-01 06:37
2012.10.31

이 릴리스 Dropbox를 지원 하기 위해 OAuth 1.0에 대 한 지원을 추가 하 고 만료 된 토큰을 사용 하 여 강제로 갱신, 피할 수 트위터 API 호출에 매개 변수를 전달 하는 해결.
This release adds support for OAuth 1.0 to support Dropbox, avoids using expired tokens to force renewal, and fixes the passing of parameters to Twitter API calls.

Project Resources