Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
notice of deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Jan 21, 2019
1 parent 6f98353 commit 5e7eb55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
1.1205 2018-10-08
1.1205 2019-01-21
- Incremented API version number to 3.1.
- Lots of fixes and additions thanks to Paul Cochrane/
- Added continuous integration configs for Travis and AppVeyor.
- Fixed typos in documentation.
- Added more information to dist metadata.
- Fixed some minor code quality issues.
- Recommend switching to Facebook::OpenGraph.

1.1204 2017-06-12
- Added continuous integration stuff thanks to Mohammad S Anwar.
Expand Down
4 changes: 4 additions & 0 deletions lib/Facebook/Graph.pm
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ sub rsvp_declined {
Facebook::Graph - A fast and easy way to integrate your apps with Facebook.
=head1 NOTICE OF DEPRECATION
Facebook::Graph brought the world of Facebook to Perl, but as Facebook is massively changing their APIs it is impossible to keep up with a heavy weight module like Facebook::Graph. Instead, we recommend switching to the lighter weight L<Facebook::OpenGraph> module. We won't be removing Facebook::Graph from CPAN, but we won't be adding new features to keep up with all of Facebook's constant changes either.
=head1 SYNOPSIS
my $fb = Facebook::Graph->new;
Expand Down

0 comments on commit 5e7eb55

Please sign in to comment.