Now you can add your own social network to any existing web2py app:
https://dl.dropbox.com/u/18065445/Tmp/web2py.plugin.social.w2p
1) install the plugin (requires db and auth)
2) visit http://..../yourapp/plugin_social/search to search for other users
by name and send friend requests
3) visit http://..../yourapp/plugin_social/friends to manage your friends
(accept/deny/revoke friend requests)
4) use plugin_social_friend_ids(auth.user.id) to get the user ids of your
friends
5) you should create a default/home/id page for each user profile since the
plugin will redirect there.
It is based on an improved subset
of https://github.com/mdipierro/web2py-appliances/tree/master/FacebookClone
--