Returns a new Site object.
Variable | Type | Description |
---|---|---|
siteId | String | The Livefyre-provided ID for the website or application to which the Collection belongs. For example: 303617. |
siteKey | String | The Livefyre-provided secret key for siteId. |
Site site = network.getSite(siteId, siteKey);
var site = network.getSite(siteId, siteKey);
$site = $network->getSite(siteId, siteKey);
site = network.get_site(siteId, siteKey)
site = network.get_site(siteId, siteKey)