프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 ( ) |
public getUserActivity ( string $stream = 'timeline' ) | ||
$stream | string | Which activity to fetch: - timeline : all the stream - me : the user activity only {@inheritdoc} |
public array $scope | ||
리턴 | array |