summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Facebook-API
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-03-14Update to 0.4.18gls2-6/+6
Changes since 0.4.14: 0.4.18 Fri Mar 12 23:39:59 PST 2010 - Fixed Canvas.pm to correctly select MD5-hex value. (Andrey Ilyin)++ - Updated Canvas.pm docs to specify cookie method needed - Updated copyright information 0.4.17 Thu Nov 26 09:48:03 PST 2009 - Updated Stream.publish to automatically call encode action_links to JSON. (Larry Mak)++ - Fixed upload method in Video along with docs (Anthony Bouvier)++ - Updated server call in API.pm to allow a filename to be passed in from the upload methods under Video and Photo. (Anthony Bouvier)++ - Didn't include Canvas testing b/c it looks like the code changes back in August broke the mocking. (It's on the TODO list) - Added format testing for Video.upload 0.4.16 Mon Aug 24 18:43:12 PDT 2009 Added Exception submodule for handling exceptions (Kevin Riggle)++ 0.4.15 Fri Aug 21 22:26:44 PDT 2009 Updated POD and formatting (for Perl::Critic) (gregor herrmann)++ Added new namespaces that are now a part of Facebook API along with basic tests Added documentation for all namespaces in API.pm Deleted deprecated namespaces and methods Added begin and end methods to start and finish permissions mode in Permissions.pm Changed formatting and removed versioning information. Versioning information is no longer specific to each submodule, but to the distribution
2008-12-16Update from version 0.4.13nb1 to 0.4.14.he2-7/+6
Upstream changes: 0.4.14 Tue Oct 14 22:37;41 EDT 2008 Added Applicationi,Admin,SMS APIs + tests (tburke++) Fixed a bug with get_registered_template_bundle in Feed API (tburke++)
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-06Update from version 0.4.7 to 0.4.13.he2-7/+8
Pkgsrc changes: o Add new dependency on p5-Readonly. Upstream changes: 0.4.13 Wed Jul 30 18:14:59 PDT 2008 Added Readonly as dependency 0.4.12 Wed Jul 30 04:09:26 PDT 2008 Perltidy'd Fixed RT#33571 and RT#37617 (gregor herrmann)++ Addresses RT#37840 (clscott++) 0.4.11 Thu Feb 28 20:44:29 PST 2008 Fix documentation bug for notifications->send_email Add FAQ entry for RT#31620 and RT#31944 Regen'ed README Fixed utf8 encoding issue: RT#32500 (thanks for the patch, Ryan) Added get_lists in friends namespace Added data namespace with tests Updated documentation to match various API updates Perltidy'd 0.4.10 Sat Dec 1 17:30:58 PST 2007 Fixed bug where session_key parameter value wasn't being used when passed to a call (thanks Louise-Philippe) Perl-tidied and critiqued Added stub documentation for base and new methods 0.4.9 Sun Nov 25 11:39:47 PST 2007 Fixed some documentation errors Updated documentation to match current documentation on Facebook site Added pages namespace Removed get_FBML and set_FBML in profile namespace 0.4.8 Sun Nov 11 14:37:41 PST 2007 Updated docs and added FAQ with two questions Added marketplace Added users->has_app_permission, users->is_app_added, users->set_status Added feed->publish_templatized_action (thanks King Mak) Changed autogen methods for subclasses in API.pm (thanks Shawn) No longer send secret when authenticating (thanks Derek)
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-09-07Import www/p5-WWW-Facebook-API-0.4.7 into pkgsrc:abs4-0/+36
A Perl implementation of the Facebook API, working off of the canonical Java and PHP implementations. By default it uses JSON::Any to parse the response returned by Facebook's server. There is an option to return the raw response in either XML or JSON.