This method returns the URN for this network’s user.
Variable | Type | Description |
---|---|---|
userId | String | The userId to use in the URN. |
network.getUrnForUser(userId);
Sample output:
"urn:livefyre:network=`example.fyre.co`:user=tester"
network.getUrnForUser(userId);
Sample output:
"urn:livefyre:network=`example.fyre.co`:user=tester"
$network->getUrnForUser(userId);
Sample output:
"urn:livefyre:network=`example.fyre.co`:user=tester"
network.get_urn_for_user(userId)
Sample output:
"urn:livefyre:network=`example.fyre.co`:user=tester"
network.get_urn_for_user(userId)
Sample output:
"urn:livefyre:network=`example.fyre.co`:user=tester"