* Add a test configuration in ``pyramid_facebook.tests`` which mocks facepy graph api object. To use it in functionnal tests: ``config.include('pyramid_facebook.tests')`` when configuring test app.
2.0.1
------------------
* Upgrade to facebook graph api v2
1.0.1
------------------
* Add Facebook payment event type for refunded orders.
0.6.7
------------------
* Remove constraint on ``pyramid_contextauth`` version requirement. * Add ``pyramid_mako`` as required dependency.