JGoogleDataPlusActivities
class JGoogleDataPlusActivities extends JGoogleData
Google+ data class for the Joomla Platform.
Methods
setOption(
string $key,
mixed $value)
Set an option for the JGoogleData instance.
from JGoogleData
mixed
listActivities(
string $userId,
string $collection,
string $fields = null,
integer $max = 10,
string $token = null,
string $alt = null)
List all of the activities in the specified collection for a particular user.
mixed
getActivity(
string $id,
string $fields = null,
string $alt = null)
Get an activity.
mixed
search(
string $query,
string $fields = null,
string $language = null,
integer $max = 10,
string $order = null,
string $token = null)
Search all public activities.