-------
* Add a `GraphAPI` utility lazily instantiated with the application token.
* Add attribute `ChangeNotification.object` event.
* Event `OrderReceived`Â is notified when receiving a real-time payment update
* Add `pyramid_facebook.tests.integration.test_payments` used in
`pyramid_facebook.tests.functional.test_payments`
Breaking Changes
`
* Rename `OrderCreated` for `OrderReceived`
* Can be sent multiple times for the same order with same or different
status
* Rename `OrderCreationError` for `OrderProcessingError`