PHP 클래스 Hybrid_Providers_Facebook

Hybrid_Providers_Facebook use the Facebook PHP SDK created by Facebook http://hybridauth.sourceforge.net/userguide/IDProvider_info_Facebook.html
상속: extends Hybrid_Provider_Model
파일 보기 프로젝트 열기: hybridauth/hybridauth 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$api Facebook\Facebook Provider API client
$scope array For a complete list see: https://developers.facebook.com/docs/facebook-login/permissions
$useSafeUrls

공개 메소드들

메소드 설명
getUserActivity ( string $stream = 'timeline' ) Load the user latest activity, needs 'read_stream' permission
getUserContacts ( ) Since the Graph API 2.0, the /friends endpoint only returns friend that also use your Facebook app.
getUserProfile ( )
initialize ( )
loginBegin ( )
loginFinish ( )
logout ( )

메소드 상세

getUserActivity() 공개 메소드

Load the user latest activity, needs 'read_stream' permission
public getUserActivity ( string $stream = 'timeline' )
$stream string Which activity to fetch: - timeline : all the stream - me : the user activity only {@inheritdoc}

getUserContacts() 공개 메소드

public getUserContacts ( )

getUserProfile() 공개 메소드

public getUserProfile ( )

initialize() 공개 메소드

public initialize ( )

loginBegin() 공개 메소드

public loginBegin ( )

loginFinish() 공개 메소드

public loginFinish ( )

logout() 공개 메소드

public logout ( )

프로퍼티 상세

$api 공개적으로 프로퍼티

Provider API client
public Facebook,Facebook $api
리턴 Facebook\Facebook

$scope 공개적으로 프로퍼티

For a complete list see: https://developers.facebook.com/docs/facebook-login/permissions
public array $scope
리턴 array

$useSafeUrls 공개적으로 프로퍼티

public $useSafeUrls