Commit graph

6 commits

Author SHA1 Message Date
gls
aa79e75196 Update to 0.4.18
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
2010-03-14 20:12:41 +00:00
he
d9bea31fdd Update from version 0.4.13nb1 to 0.4.14.
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-12-16 23:53:54 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
he
5fb5a1a88d Update from version 0.4.7 to 0.4.13.
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-08-06 21:31:13 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
abs
a0bae4c5e9 Import www/p5-WWW-Facebook-API-0.4.7 into pkgsrc:
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.
2007-09-07 15:28:34 +00:00