Hi everyone,

I am developing a social network in which i want to use feature wherein any user must be informed about the updates done by his buddies...I tried to use simplefeed module along with feed api, but im unable to get the updates of buddies. So i tried friendfeed module (development snapshot). But this requires third party. But i need stand alone module for my purpose. Can anyone suggest appropriate module for the feeds??

Thanks in advance...

Comments

WorldFallz’s picture

I'm confused-- are you creating or consuming feeds? feedapi/simplefeed is for consuming feeds, friendfeed is for creating them. You can create user feeds with the http://drupal.org/project/views module.

vigneshr35’s picture

Thanks for that. But let me be a little more clear this time. When we have a friend of ours uploading an audio or video, or make updates to the profile information, then we are able to get an update of these events that have been done by our buddies. This is what exactly i want to have in my Social Networking site. I have been using the Buddylist module to have a small network of buddies (same as Orkut,Facebook etc), in my Social networking site. I have a User profile page as well as Audio and Video uploading facilities available in my site as well.

So , whenever any of my buddies(Users present in my Buddylist), make an update/change to the their Profile information or uploads an Audio or a Video, then I would like to get an Update information about these activities performed by my Buddy. (Hope you understood that this is the same as we have got on Orkut, Facebook etc).

vigneshr35’s picture

The module which i was looking out for was Activity module....Thank you all for helping me..