On Mon, 15 Jul 2013 10:47:00 -0400
<htchd...@live.com> wrote:

> Something like Facebook contacts, email contacts. I want to have a
> map of these contacts, which will include all type of interaction
> information .

Still a bit too vague - but I'm guessing you want something that shows
each "person" (Facebook account, email address) as a node on it, with
links between indicating friendships/emails exchanged between them as
connections.

One Facebook app that already does the Facebook side of what you're
suggesting, which I've used in the past, is:

https://apps.facebook.com/friendwheel/

One open-source option I've seen recommended in the past by people is
http://gephi.org/

In the Perl world, a quick search of CPAN turns up Graph::Easy::Edge,
which looks like it can do what you're looking for - define nodes and
paths between the nodes (where a node would be a person, and
the paths are friendships, say):

https://metacpan.org/module/Graph::Easy::Edge

I haven't personally tried it though, so I'm not recommending it from
experience of using it.

Anyway - your description of what you want to do is still very vague -
please try to narrow it down to a more succinct question - tell us what
you've tried, and what you're stumbling upon, etc.

Maybe worth a read:
http://www.bbc.co.uk/blogs/blogcollegeofjournalism/posts/How-to-map-your-social-network

Cheers

Dave P

-- 
David Precious ("bigpresh") <dav...@preshweb.co.uk>
http://www.preshweb.co.uk/     www.preshweb.co.uk/twitter
www.preshweb.co.uk/linkedin    www.preshweb.co.uk/facebook
www.preshweb.co.uk/cpan        www.preshweb.co.uk/github



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to