Informs Livefyre to pull user information from a previously set user sync URL. Returns a Boolean.
Variable | Type | Description |
---|---|---|
userId | String | The user ID to sync with Livefyre. You must have a user sync URL set with Livefyre before calling this method. |
network.syncUser(userId);
Sample output:
true
network.syncUser(userId);
Sample output:
true
$network->syncUser(userId);
Sample output:
true
network.sync_user(userId)
Sample output:
True
network.sync_user(userId)
Sample output:
True