Sociable Profile API

Prerequisites: Add the required Sociable API library: require_once JPATH_ROOT.'/components/com_sociable/lib/api.php'; Now get the profile API: $profileApi = SociableApi::getProfileApi(); Syntax: getUserProfile Syntax of the getUserProfile API call to get full details of…

Continue ReadingSociable Profile API

Sociable Badges API

Prerequisites: Add the required Sociable API library: require_once JPATH_ROOT.'/components/com_sociable/lib/api.php'; Now get the profile API: $badgeApi = SociableApi::getBadgesApi(); Rules XML File Create sociable_rules.xml either in your component administrator folder or site…

Continue ReadingSociable Badges API

Sociable Avatars API

Prerequisites: Add the required Sociable API library: require_once JPATH_ROOT.'/components/com_sociable/lib/api.php'; Now get the profile API: $profileApi = SociableApi::getProfileApi(); Syntax: getUserAvatar Syntax of the getUserAvatar API call to get full HTML image…

Continue ReadingSociable Avatars API