Documentation

EasyBlogOauth extends EasyBlog
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$string  : mixed

Methods

__construct()  : mixed
associated()  : mixed
Determines if a respective oauth client has been setup in the system
getClient()  : mixed
Retrieve the Consumer API
getError()  : mixed
getErrors()  : mixed
getOauthRedirectURI()  : mixed
Method to show Facebook oauth redirect URI for frontend and backend
hasError()  : mixed
hasErrors()  : mixed
isAutopostEnabled()  : mixed
Determines if autopost enabled on the site
isMobile()  : mixed
Determines if this is a mobile layout
isTablet()  : mixed
Determines if this is a tablet layout
isUserAssociated()  : mixed
Determines if the provided user is associated with the respective oauth client
loadLanguage()  : mixed
Helper method to load language
log()  : mixed
Inserts a log into the database
notifyAdminTokenExpiry()  : mixed
Notify admin on the token expiry soon.
setError()  : mixed

Properties

$app

public mixed $app = \null

$config

public mixed $config = \null

$db

public mixed $db = \null

$doc

public mixed $doc = \null

$input

public mixed $input = \null

$jconfig

public mixed $jconfig = \null

$lang

public mixed $lang = \null

$my

public mixed $my = \null

$string

public mixed $string = \null

Methods

__construct()

public __construct() : mixed

associated()

Determines if a respective oauth client has been setup in the system

public associated(mixed $client) : mixed
Parameters
$client : mixed
Tags
since
4.0
access

public

getClient()

Retrieve the Consumer API

public getClient(mixed $type[, mixed $options = array() ]) : mixed
Parameters
$type : mixed
$options : mixed = array()
Tags
since
4.0
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getOauthRedirectURI()

Method to show Facebook oauth redirect URI for frontend and backend

public getOauthRedirectURI([mixed $type = 'facebook' ]) : mixed
Parameters
$type : mixed = 'facebook'
Tags
since
5.2
access

public

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

isAutopostEnabled()

Determines if autopost enabled on the site

public isAutopostEnabled() : mixed
Tags
since
5.2
access

public

isMobile()

Determines if this is a mobile layout

public isMobile() : mixed
Tags
since
5.1
access

public

isTablet()

Determines if this is a tablet layout

public isTablet() : mixed
Tags
since
5.3
access

public

isUserAssociated()

Determines if the provided user is associated with the respective oauth client

public isUserAssociated(mixed $client[, mixed $userId = null ]) : mixed
Parameters
$client : mixed
$userId : mixed = null
Tags
since
4.0
access

public

loadLanguage()

Helper method to load language

public loadLanguage([mixed $admin = false ]) : mixed
Parameters
$admin : mixed = false
Tags
since
5.0
access

public

log()

Inserts a log into the database

public log(EasyBlogTableOAuth $oauth, EasyBlogPost $post, mixed $status, mixed $response) : mixed
Parameters
$oauth : EasyBlogTableOAuth
$post : EasyBlogPost
$status : mixed
$response : mixed
Tags
since
5.1
access

public

notifyAdminTokenExpiry()

Notify admin on the token expiry soon.

public notifyAdminTokenExpiry([mixed $type = 'facebook' ]) : mixed
Parameters
$type : mixed = 'facebook'
Tags
since
5.0
access

public

setError()

public setError(mixed $msg) : mixed
Parameters
$msg : mixed

        
On this page

Search results