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
Comment #1
Chris CharltonFixed http://drupal.org/node/1247952#comment-6028192