The follow.api.php API for drupal 7 seems to be changed. It should look like this:

<?php
function custom_module_follow_networks_alter(&$networks, $uid = 0) {
// Add a network.
$networks[0]['hyves'] = array(
'title' => t('Hyves'),
'domain' => '',
);
}

Comments

Chris Charlton’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.