PHP 클래스 FacebookOAuthService

상속: extends EOAuth2Service
파일 보기 프로젝트 열기: nodge/yii-eauth

보호된 프로퍼티들

프로퍼티 타입 설명
$client_id
$client_secret
$jsArguments
$name
$providerOptions
$scope
$title
$type

보호된 메소드들

메소드 설명
fetchAttributes ( )
fetchJsonError ( stdClass $json ) : array Returns the error info from json.
getAccessToken ( $code )
getCodeUrl ( $redirect_uri )
getTokenUrl ( $code )
saveAccessToken ( array $token ) Save access token to the session.

메소드 상세

fetchAttributes() 보호된 메소드

protected fetchAttributes ( )

fetchJsonError() 보호된 메소드

Returns the error info from json.
protected fetchJsonError ( stdClass $json ) : array
$json stdClass the json response.
리턴 array the error array with 2 keys: code and message. Should be null if no errors.

getAccessToken() 보호된 메소드

protected getAccessToken ( $code )

getCodeUrl() 보호된 메소드

protected getCodeUrl ( $redirect_uri )

getTokenUrl() 보호된 메소드

protected getTokenUrl ( $code )

saveAccessToken() 보호된 메소드

Save access token to the session.
protected saveAccessToken ( array $token )
$token array access token array.

프로퍼티 상세

$client_id 보호되어 있는 프로퍼티

protected $client_id

$client_secret 보호되어 있는 프로퍼티

protected $client_secret

$jsArguments 보호되어 있는 프로퍼티

protected $jsArguments

$name 보호되어 있는 프로퍼티

protected $name

$providerOptions 보호되어 있는 프로퍼티

protected $providerOptions

$scope 보호되어 있는 프로퍼티

protected $scope

$title 보호되어 있는 프로퍼티

protected $title

$type 보호되어 있는 프로퍼티

protected $type