defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.
$scope public property Auth request scope. Auth request scope. public string $scope = 'email'
$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://graph.facebook.com'
$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://www.facebook.com/dialog/oauth'
$attributeNames public property (available since version 2.0.5) List of attribute names, which should be requested from API to initialize user attributes. public array $attributeNames = ['name', 'email']
setName() public abstract method public abstract void setName ( $name )$name string Service name.
setTitle() public abstract method public abstract void setTitle ( $title )$title string Service title.
getViewOptions() public abstract method public abstract array getViewOptions ( )return array View options in format: optionName => optionValue
setId() public abstract method public abstract void setId ( $id )$id string Service id.
getUserAttributes() public abstract method public abstract array getUserAttributes ( )return array List of user attributes
Page 623 of 633