Sha256: 6b3bab44274a0c29ee45c0789d31dce0b2b4ef8f5386a600c7e1749f9bead467

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

v0.7.0
  * Set FGraph.oauth_access_token to pass empty redirect_uri param by default
  * Update FGraph Rails helper to support FB OAuth 2.0
  
v0.6.2
  * Change RAILS_ROOT to Rails.root to avoid deprecated message in Rails 3

v0.6.1
  * Fix URI::InvalidURIError when retrieving FGraph::Collection#url_options
  
v0.6.0
  * Add status, cookie, and xfbml options to fgraph_javascript_init_tag

v0.5.0
  * Update httparty dependency
  
v0.4.0
  * Replace fbs_cookies.gsub! with .gsub
  * FGraph.get_id now supports :id 
  * Replace array.count with array.length
  * Fix client_test failures
  
v0.3.4
  * Add FGraph::Client#update_options method
  
v0.3.3
  * Fix rake fgraph:setup not creating fgraph.yml config on gem install 
  * Update Rdoc

v0.3.2
  * Add FGraph::Client#instance
  * Handle expired session error in fgraph_logged_in? gracefully

v0.3.1
  * Fix FGraph::Client#insights not passing app_access_token value properly
  * Move fgraph_picture_url from fgraph_tag_helper to fgraph_helper
  
v0.3.0 
  * Add fgraph_user, alias for fgraph_current_user
  * Fix error when generating config file in rake task
  
v0.2.1 - May 26, 2010
  * Update rdoc
  
v0.2.0 - May 26, 2010
  * Rails plugin support
  * Add FGraph::Collection response object
  * Allow Hash object as id input
  
v0.1.5 - May 25, 2010
  * Fix FGraph::Client not passing default :access_token options properly
  
v0.1.4 - May 22, 2010
  * Update rdoc, client_id should refer to Application ID instead of 
    API Key (as of OAuth v2)
  * Remove :app_id option from FGraph::Client
  
v0.1.3 - May 21, 2010
  * Update rdoc
  
v0.1.2 - May 20, 2010
  * Update rdoc
  
v0.1.1 - May 20, 2010
  * Update rdoc
  
v0.1.0 - May 20, 2010
  * Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fgraph-0.7.0 History