PHP 클래스 Hybrid_Providers_Vkontakte

added by guiltar | https://github.com/guiltar
상속: extends Hybrid_Provider_Model_OAuth2
파일 보기 프로젝트 열기: hybridauth/hybridauth

공개 프로퍼티들

프로퍼티 타입 설명
$fields default user fields map
$scope default permissions

공개 메소드들

메소드 설명
getUserByResponse ( object $response, boolean $withAdditionalRequests = false ) : Hybrid_User_Contact
getUserContacts ( ) load the user contacts
getUserProfile ( ) load the user profile from the IDp api client
initialize ( ) IDp wrappers initializer
loginFinish ( )

메소드 상세

getUserByResponse() 공개 메소드

public getUserByResponse ( object $response, boolean $withAdditionalRequests = false ) : Hybrid_User_Contact
$response object
$withAdditionalRequests boolean True to get some full fields like 'city' or 'country' (requires additional responses to vk api!)
리턴 Hybrid_User_Contact

getUserContacts() 공개 메소드

load the user contacts
public getUserContacts ( )

getUserProfile() 공개 메소드

load the user profile from the IDp api client
public getUserProfile ( )

initialize() 공개 메소드

IDp wrappers initializer
public initialize ( )

loginFinish() 공개 메소드

public loginFinish ( )

프로퍼티 상세

$fields 공개적으로 프로퍼티

default user fields map
public $fields

$scope 공개적으로 프로퍼티

default permissions
public $scope