Koala v2.0.0 Release Notes

  • ๐Ÿ”จ Koala 2.0 is not a major refactor, but rather a set of small, mostly internal ๐Ÿ”จ refactors:

    • BatchAPI now reads both access token and app secret from the original API instance (thanks, lukeasrodgers!)
    • โœ‚ Remove legacy interfaces (deprecated since 1.2)
      • API#search (which Facebook doesn't support anymore)
      • TestUser#graph_api and RealtimeUpdates#graph_api (use #api instead)
      • Various HTTP options (see diff for deprecation warnings/upgrade instructions for each method)
      • NetHTTPService and TyphoeusHTTPService (see diff for deprecation warnings/upgrade instructions)
      • OAuth methods for dealing with session tokens (which Facebook stopped providing)
      • OAuth#get_user_from_cookies (use get_user_info_from_cookies instead)
    • Blocks passed to API#get_picture will work in the batch API (thanks, cwhetung!)
    • ๐Ÿ‘‰ Added API#get_user_picture_data to get data about a picture (thanks, morgoth!)

    Other changes:

    • โœ… Test against modern Ruby versions on Travis (thanks, nicolasleger!)
    • ๐Ÿ— Speed up Travis builds (thanks, morgoth!)