Sha256: 3edf8917007ef5648b09d9efe61aa6115f7ead331fbefbf11f726dc7573440d6
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 KB
Contents
v0.6.0 -- Added support for the old REST API thanks to cbaclig's great work -- Updated tests to conform to RSpec standards -- Updated changelog, readme, etc. v0.5.1 -- Documentation is now on the wiki, updated readme accordingly. v0.5.0 -- Added several new OAuth methods for making and parsing access token requests -- Added test suite for the OAuth class -- Made second argument to url_for_access_token a hash (strings still work but trigger a deprecation warning) -- Added fields to facebook_data.yml -- Updated readme v0.4.1 -- Encapsulated GraphAPI and OAuth classes in the Koala::Facebook module for clarity (and to avoid claiming the global Facebook class) -- Moved make_request method to Koala class from GraphAPI instance (for use by future OAuth class functionality) -- Renamed request method to api for consistancy with Javascript library -- Updated tests and readme v0.4.0 -- Adopted the Koala name -- Updated readme and tests -- Fixed cookie verification bug for non-expiring OAuth tokens v0.3.1 -- Bug fixes. v0.3 -- Renamed Graph API class from Facebook::GraphAPI to FacebookGraph::API -- Created FacebookGraph::OAuth class for tokens and OAuth URLs -- Updated method for including HTTP service (think we've got it this time) -- Updated tests -- Added CHANGELOG and gemspec v0.2 -- Gemified the project -- Split out HTTP services into their own file, and adjusted inclusion method v0.1 -- Added modular support for Typhoeus -- Added tests v0.0 -- Hi from F8! Basic read/write from the graph is working
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
koala-0.6.0 | CHANGELOG |