-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathHistory
More file actions
68 lines (50 loc) · 1.68 KB
/
History
File metadata and controls
68 lines (50 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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