Commit Graph

30 Commits

Author SHA1 Message Date
John Bintz
50a29f308f specs for canvas work 2010-09-20 11:18:08 -04:00
John Bintz
6a3f2f73d5 canvas app work, need to write tests for it 2010-09-17 13:12:58 -04:00
W. Andrew Loe III
0937d2ba9d Merge branch 'master' of http://github.com/mixr/facebooker2
* 'master' of http://github.com/mixr/facebooker2:
  - the async call needs to load into the body, otherwise FB.ui doesn't work in "dialog" mode - facebook also recommends loading into the front of the body:   http://developers.facebook.com/docs/reference/javascript/FB.init
  added methods fb_concat and fb_html_safe   -> use concat or not, depending on rails version   -> use html_safe when available
  fixed version check
  make fb_connect_async_js return a html_safe string for rails 3
  use :locale parameter in options to set locale of fb-connect javascript assets

Conflicts:
	lib/facebooker2/rails/helpers/javascript.rb
2010-08-24 01:00:51 -07:00
W. Andrew Loe III
0c41a8775a Don't double concat! 2010-08-20 22:42:50 -07:00
W. Andrew Loe III
1b4053f58e Concat duplicates in Rails 3. 2010-08-20 21:14:21 -07:00
klochner
1a4f9daae2 - the async call needs to load into the body, otherwise FB.ui doesn't work in "dialog" mode
- facebook also recommends loading into the front of the body:
  http://developers.facebook.com/docs/reference/javascript/FB.init
2010-08-20 20:29:57 +02:00
Reiner Dieterich
9327bfe44c added methods fb_concat and fb_html_safe
-> use concat or not, depending on rails version
  -> use html_safe when available
2010-08-20 19:34:04 +02:00
Reiner Dieterich
5ea3d5459b fixed version check 2010-08-20 18:52:34 +02:00
Mike Mangino
33b044bc03 Add html_safe handling for rails3 2010-08-20 10:36:09 -04:00
klochner
c7f52f2f8a - the async call needs to load into the body, otherwise FB.ui doesn't work in "dialog" mode
- facebook also recommends loading into the front of the body:
  http://developers.facebook.com/docs/reference/javascript/FB.init
2010-08-20 09:45:30 -04:00
Reiner Dieterich
faabe06c39 make fb_connect_async_js return a html_safe string for rails 3 2010-08-17 12:50:52 +02:00
Reiner Dieterich
2a326d141e use :locale parameter in options to set locale of fb-connect javascript assets 2010-07-29 14:21:16 +02:00
Jonathan R. Wallace
9ab4a4603e only need a logout link when you are logged in 2010-07-27 08:54:15 -04:00
Jonathan R. Wallace
a112efbf5c fixing auto-html formatting for good 2010-07-27 08:54:03 -04:00
Jonathan R. Wallace
36bc1b2b0a updating the comment for missing words and fixing some auto html formatting. 2010-07-27 08:53:49 -04:00
Jonathan R. Wallace
9add780f36 one must include the module to get the helpers 2010-07-27 08:53:36 -04:00
Jonathan R. Wallace
c358057b38 update README with simple example, instructions and info 2010-07-27 08:53:20 -04:00
Mike Mangino
72884da69b Merge change from gamesthatgive 2010-07-23 13:22:56 -04:00
Mike Mangino
e812b926d6 Add handling for params 2010-07-22 15:55:52 -04:00
Mike Mangino
52491b2446 Insert the fb-root dynamically 2010-05-28 09:22:02 -04:00
Mike Mangino
6b721aaca9 Remove ruby debug 2010-05-11 06:53:29 -04:00
Mike Mangino
9bd0e00986 Added request form 2010-05-06 11:00:33 -04:00
Mike Mangino
10f99214e4 Add req_choice and multi friend selector helpers 2010-05-06 10:52:04 -04:00
Mike Mangino
674b45135a Bump gem version and fix current_facebook_user 2010-05-06 10:13:56 -04:00
Mike Mangino
6f52778c38 Add helper to load config 2010-05-05 16:28:18 -04:00
Mike Mangino
6a47e3c67a Added js helper 2010-05-05 14:08:46 -04:00
Mike Mangino
930e4d683c Added new user helpers 2010-05-05 13:52:05 -04:00
Mike Mangino
ad3ee1c026 Added fb_name helper 2010-05-05 12:07:05 -04:00
Mike Mangino
e60e187a05 Added basic controller and helper code 2010-05-05 11:42:11 -04:00
Mike Mangino
e5997a8697 initial import 2010-05-04 12:30:49 -04:00