PHP 클래스 yii\authclient\clients\Facebook

In order to use Facebook OAuth you must register your application at . Example application configuration: php 'components' => [ 'authClientCollection' => [ 'class' => 'yii\authclient\Collection', 'clients' => [ 'facebook' => [ 'class' => 'yii\authclient\clients\Facebook', 'clientId' => 'facebook_client_id', 'clientSecret' => 'facebook_client_secret', ], ], ] ... ]
또한 보기: https://developers.facebook.com/apps
또한 보기: http://developers.facebook.com/docs/reference/api
부터: 2.0
저자: Paul Klimov ([email protected])
상속: extends yii\authclient\OAuth2
파일 보기 프로젝트 열기: yiisoft/yii2-authclient 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$apiBaseUrl
$attributeNames list of attribute names, which should be requested from API to initialize user attributes.
$authUrl
$scope
$tokenUrl

공개 메소드들

메소드 설명
applyAccessTokenToRequest ( $request, $accessToken )

보호된 메소드들

메소드 설명
defaultName ( )
defaultTitle ( )
defaultViewOptions ( )
initUserAttributes ( )

메소드 상세

applyAccessTokenToRequest() 공개 메소드

public applyAccessTokenToRequest ( $request, $accessToken )

defaultName() 보호된 메소드

protected defaultName ( )

defaultTitle() 보호된 메소드

protected defaultTitle ( )

defaultViewOptions() 보호된 메소드

protected defaultViewOptions ( )

initUserAttributes() 보호된 메소드

protected initUserAttributes ( )

프로퍼티 상세

$apiBaseUrl 공개적으로 프로퍼티

public $apiBaseUrl

$attributeNames 공개적으로 프로퍼티

list of attribute names, which should be requested from API to initialize user attributes.
부터: 2.0.5
public $attributeNames

$authUrl 공개적으로 프로퍼티

public $authUrl

$scope 공개적으로 프로퍼티

public $scope

$tokenUrl 공개적으로 프로퍼티

public $tokenUrl