Koala v0.7.0 Release Notes

    • ➕ Added RealtimeUpdates class, which can be used to manage subscriptions for user updates (see http://developers.facebook.com/docs/api/realtime)
    • ➕ Added picture method to graph API, which fetches an object's picture from the redirect headers.
    • Added greatly improved testing with result mocking, which is now the default set of tests
    • Renamed live testing spec to koala_spec_without_mocks.rb
    • ➕ Added Koala::Response class, which encapsulates HTTP results since Facebook sometimes sends data in the status or headers
    • 🔨 Much internal refactoring
    • ⚡️ Updated readme, changelog, etc.