web2py social plugin
A set of tools for building social apps
-
Download or clone and install the plugin (requires db and auth)
-
visit http://..../yourapp/plugin_social/search to search for other users by name and send friend requests
-
visit http://..../yourapp/plugin_social/friends to manage your friends (accept/deny/revoke friend requests)
-
use plugin_social_friend_ids(auth.user.id) to get the user ids of your friends
-
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
BSD