forked from pfeiffer/fgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory
65 lines (49 loc) · 1.77 KB
/
History
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
v0.7.0
* Transition to Oauth2 for FB cookie and Javascript SDK (fbs_ -> fbsr_)
* OpenSSL sha256 required to validate cookies, disabled on development
* Auto request of access_token from 'code' param in the cookie from the JS SDK
* Allow blank params for requests (required to get access token w/ Oauth2)
* Generalized fgraph_javascript_init_tag options - added debug and channelUrl 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