similar to: Facebooker with expanded FJBS library

Displaying 20 results from an estimated 1000 matches similar to: "Facebooker with expanded FJBS library"

2008 Aug 20
1
Facebook javascript (FBJS) library
I wrote an fbjs library to help speed up development of some of my applications. I plan to have some sort of "official" release with a blog entry and github repository at some point, but I thought you guys might want to have it earlier. It''s still a work in progress. I''ve been using every method at least once in my application but it''s still possible there is
2008 Mar 18
4
respond_to formats, fbml and fbjs
In my controllers I have a respond_to block for both fbml and fbjs. I created the fbjs mime type in environment.rb: Mime::Type.register "application/javascript", :fbjs However, even if I specify fbjs in a parameter name format during AJAX post requests, it is being overwritten by Rails or Facebooker as FBML. I confirmed this by placing logger.debug params[:format] immediately before
2008 Mar 12
2
Developing Facebook Platform Applications with Rails
I was hoping to announce this a month ago, but some legal wrangling took longer than expected. Developing Facebook Platform Applications with Rails is now available in Beta at http://www.pragprog.com/titles/mmfacer It walks you through creating a Facebook application with Facebooker, all the way from setup to handling large number of users. Thank all of you for asking questions on this
2008 Jan 25
5
ajax with facebooker?
So if I am using fbml,canvas & facebooker, can I do ajax calls? if so how? From reading it seems they support some sort of mock ajax, but I don''t really understand, can somone explain to me? If I cant do ajax, can I still do javascript? Can I use 3rd party libs like prototype & scriptaculous? thanks Joel
2007 Dec 19
0
Using the Facebooker gem? Tell us about your Facebook app - Facebooker Sightings Series
Hello, May I introduce myself - I''m the publisher of the new ruby API for facebook site (for now titled rfacebook questions & answers) - and way back I''ve published the Java Web Start F.A.Q (*1). Anyways, if you''re using the Facebooker gem I invite you to let us know about your Facebook app and if you''re sign-on I will follow-up with sending you four
2008 Mar 11
0
Facebooker-talk Digest, Vol 5, Issue 12
Hi all, I wanted to test requests from internal facebook apps, so I''ve been mimicking FBML requests from facebook in my tests using the following: def test_can_facebook_internal_app_login fb_login_as :facebooker num_of_members = Member.count facebook_request :get, :home assert_response :success assert_equal num_of_members, Member.count
2009 Jan 20
0
alias_method_chain in Facebooker Causing Stack Level Too Deep
I installed the Facebooker plugin and upon placing it on a staging server, I keep running into stack level too deep errors. It seems to stem from Facebooker using alias_method_chain to override some of the ActionController methods. I believe it''s getting loaded twice causing confusion. I''ve tried various methods include wrapping a unless respond_to?(:method) around the
2008 Feb 01
2
Facebooker interfering with existing application
Hi! I have an existing application, basically a very simple Hobo app. It works... When I install the Facebooker plugin and create the facebooker.yml file (with valid or fake content, doesn''t matter), the original app starts behaving strangely. The controller and view logic keeps working, but several static files stop being served from http://localhost:3000/javascripts and start being
2008 Jun 08
0
Test driving Facebooker with Rspec?
I''ve been spiking on a Facebook application so far just to learn the Facebook(er) API, but I''d prefer to test drive. It seems to me (with my limited knowledge) that what''s needed is some sort of mocking framework at the network level. I''m thinking of creating a set of YAML files similar to fixtures that represent the remote Facebook state, then overriding
2008 Mar 18
0
facebooker - user
Hi i''m new to facebooker. I want to wrap my user model around facebooker user. how do i do it ? does facebooker @user has it''s own model ? can i inherit it ? how do i make user.display_name access @user.name ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2008 Jan 26
3
Facebooker::Session::IncorrectSignature
I think I must be missing something obvious on this one, but I can''t get past the initial "ensure_application_is_installed_by_facebook_user" in a rails app that I''m trying to put together. I''m running on edge rails with the latest Facebooker as a plugin. I''ve tried adding my settings to the environment configs and recently I tried the new yaml
2008 Jan 31
2
Facebooker and file_column
Facebooker URL Rewriter stuff overloads ActionController::AbstractRequest.relative_url_root, causing a conflict with the plugin file_column and possibly other utilities. file_column constructs image URLs using the server host and relative_url_root This is not related to the sandbox patch I added to the rewriter. Facebooker overloaded relative_url_root before I touched it. I''ve
2007 Dec 20
1
facebooker rails 2.0
Hey guys, Anyone using facebooker on a rails 2.0 site? I noticed at least one deprecated call in facebooker, which i am working on a patch for but didn''t know if anyone else has tried it out on the new build of rails yet. Later, Mark
2008 Jan 21
1
Facebooker website
I just wanted to contribute a quick-start page with details about how to get the Facebook session (for internal apps), how to get user info, set profile FBML, post to the news feed, etc. I could even send this as text, or I can add a page using the Radiant CMS if it''s not too cumbersome. I am also working with Dave Clements to augment the configuration options to make it easier for
2008 Mar 06
1
Getting at the FB response XML in Facebooker
I''m working with Matt [rfacebook] on a ''Migration to Facebooker'' tag that essentially sets the stage [with backward compatibility] for a low-risk transition to Facebooker but had a quick question - doesn''t look like it possible to get at the raw XML from Session/Service/etc - is that a correct or perhaps I missed something? We don''t intend to recreate
2008 Jan 31
3
Using facebooker AND Haml/Sass
For anyone using both and encountering trouble with stylesheets (specifically, the paths being incorrect in production mode)... Removing facebooker solves the issue. But I bet you don''t want to do that, eh? So, simply setting ActionController::Base.asset_host = '''' also works like butter. I''m not 100% clear on why asset_host has anything to do with
2007 Nov 10
0
Facebooker Rdoc
Hey folks, I''ve stuck a copy of the latest rdoc online, along with a few other useful bits of information and links. I''ll update it any time I see any new commits. http://facebooker.professionalnerd.com/ Cheers, Jon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 29
0
facebooker getting started
Hi, I posted some steps to getting started with facebooker & rails in my blog, they will likely change when the routing stuff gets settled (Shawns patch gets in). http://jnylund.typepad.com/joels_blog/2008/01/facebooker-gett.html If you want to copy/move this to the new site and modify thats fine with me, just let me know what to do. If there are issues, send them to me and I will
2009 Feb 15
0
error in facebooker 1.0.13 using URI.parse, fix below
begin + require ''uri'' require ''curb'' Facebooker.use_curl = true rescue LoadError $stderr.puts "Curb not found. Using Net::HTTP." require ''net/http'' end require ''uri'' is need for the url method. also anyone using the latest, make sure json and curb is installed, curb however is optional. -------------- next
2009 Jan 22
0
[OT] New app built with facebooker launched
Hi all, I just launched my new facebooker-based app into public beta. It''s called Head Hunting and is designed to help recruiters, job hunters and employees with access to a "refer a friend" employment scheme. You can take a look and post jobs to your profile at: http://apps.facebook.com/headhunting/ I''d like to say a big thanks to Mike and all the facebooker