Sha256: a5473a3a5429d10e12f39abf771826ce1594c5de99d73af04aaccd538ec78e06
Contents?: true
Size: 845 Bytes
Versions: 1
Compression:
Stored size: 845 Bytes
Contents
# CHANGES ## rest-more 0.7.1 -- 2011-10-31 ### Bugs fixes * [Mixi] Fixed `RC::Mixi.new(:access_token => 'access_token')` which is not working before. ### Enhancement * [Mixi] `RC::Mixi#authorize!` now works like `RC::Facebook#authorize!` That is now we pass code like this: `mixi.authorize!(:code => code)` * `RestCore::Config` and `RestCore::RailsUtilUtil` are now moved to rest-more ## rest-more 0.7.0 -- 2011-10-08 * Extracted from [rest-core][] 0.4.0 * [Facebook] Added `RC::Facebook#parse_fbsr!` which can parse Facebook's new cookie. Also, `RC::Facebook#parse_cookies!` would look for that too. * [Facebook] Fixed that parsing an invalid signed_request would raise an error. From now on it would simply ignore it and wipe out the data. * [Flurry] Some minor updates. [rest-core]: https://github.com/cardinalblue/rest-core
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rest-more-0.7.1 | CHANGES.md |