/Net-FriendFeed

Net::FriendFeed Perl wrapper around FriendFeed.com API

Primary LanguagePerl

This module provides Perl wrapper around FriendFeed.com API.

FriendFeed.com was closed by Facebook on April 9, 2015.
See
http://blog.friendfeed.com/2015/04/friendfeed-was-shut-down-on-april-9-2015.html

This code is kept online as a historical artifact. It may also be used
as a reference implementing the original FriendFeed API.

FriendFeed was a social feed aggregator.

The API provides calls to fetch different feeds, to publish data, to
comment and "like" entries and to get user profile information.

This pure-perl module uses LWP for HTTP fetching & JSON.pm for JSON parsing.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Net::FriendFeed

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-FriendFeed

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Net-FriendFeed

    CPAN Ratings
        http://cpanratings.perl.org/d/Net-FriendFeed

    Search CPAN
        http://search.cpan.org/dist/Net-FriendFeed


COPYRIGHT AND LICENCE

Copyright (C) 2008 Alex Kapranoff

This program is released under the following license: GPLv3