search for: rfacebook

Displaying 20 results from an estimated 31 matches for "rfacebook".

Did you mean: facebook
2007 Dec 29
1
20-Minute Quick Start Guide for RFacebook - 10 Easy Steps to Create a Facebook App Using Rails
Hello, I''ve published a new 20-Minute Quick Start Guide for RFacebook that shows you how to create a Facebook application from scratch using Ruby on Rails in 10 easy steps: o Install the rfacebook gem o Create a Rails application o Install the rfacebook Rails plugin o Log on to Facebook and set up a new application o Create facebook.yml configuration file and a...
2007 Nov 29
7
Sessions Not Working In Production Mode
I am completely stumped by this problem, and would welcome any suggestions people could provide. My application uses active-record-based sessions. In development mode, the app works fine with sessions, no problems. But in production mode, the process works for a while (a few hours, maybe more), but at a certain point the session mechanism stop working. It looks like the system stops storing new
2008 Jan 21
1
Facebooker website
...n (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 rfacebook users to migrate to Facebooker, now that rfacebook maintenance has been officially discontinued. The lead developer of rfacebook is now encouraging people to use Facebooker, which is how I got here. :) Along these lines, it will also be nice to have YAML configuration similar to rfacebook'...
2009 Apr 01
0
create an apllication inside facebook using rfacebook.
Hi, I want to create an application inside facebook using rfacebook plugin. I have an experience of developing an external application which is interacting with the facebook and retrieving an information from it. I have following question:- 1) Is there is any difference while creating a developer account in facebook? 2) Can I give the callback url to http://localh...
2007 Dec 18
2
RFacebook | Help required
Hello all, I am developing a basic application using RFacebook. The tutorial Im following is from http://www.liverail.net/articles/2007/6/29/tutorial-on-developing-a-facebook-platform-application-with-ruby-on-rails After I develop the facebook app, and start the server and send a request to http://127.0.0.1:3000/socialrecipe, it takes me to the facebook login...
2007 Oct 30
2
Rfacebook: iFrame vs FBML Question
I''d like for URLs like http://apps.facebook.com/myapp/foo/bar/100 to map to http://mysite.com/foo/bar/1. Is this at all possible if my site is running as an iFrame? Or is this possible only with FBML? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2008 Jan 24
12
getting started with facebooker
Hi, I started with rfacebook but given the recent events figure its best to move over to facebooker. I have: 1.) Installed the facebooker plugin 2.) setup my facebook app (fbml/canvas) 3.) created a method on controller & view to handle initial request 4.) added "ensure_application_is_installed_by_facebook_user&qu...
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 easy questions to to spotl...
2008 Jan 25
8
simple routing & linking question
...;, :only_path => true) %>" title="All Tasks"></fb:tab_item> This makes a url call to http://myurl:myport/face/face/index Any ideas for a cleaner setup? btw, is there a helper for making this link cleaner than this, or is this the best way to do it (borrowed from rfacebook example) thanks Joel
2007 Jun 12
15
facebook api
hello guys, i want to use facebook api for my app any body have any idea.... -- Arun Agrawal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send
2008 Apr 03
3
routes.rb definitions not working???
Hello Eveyone, I am new here, and am have no idea how to setup routes in the routes.rb file while using fbml. The regular map.resources :gifts map.resources :wishlists map.resources :invitations map.resources :comments does not work. This tutorial http://rfacebook.wordpress.com/2008/02/04/quickstartfacebooker/ says to create a map.root, such as the one mentioned "map.root ''workshop''". Other places mention adding :conditions => {:canvas=>true,:method=>:gets}. I have tried map.root :controller => ="wishlists&qu...
2008 Jan 31
3
Using facebooker AND Haml/Sass
...list, I''m still a bit confused about the various constants and configs and which are important and which are not in theory. In reality (revision 160), this worked great for me (in tandem with using facebooker.yml). I''m finally up and running (after having major issues with rFacebook and routes, brain farts with the concepts behind facebooker, and the hidden rules of the facebook API itself) and have a nice little (actually, lengthly) tutorial to get folks started. I''m formatting this and will post to the group in the next day or two!) Thanks to Mike for being...
2010 Dec 01
2
Develop Facebook app using rail
hello please tell me the way to develop facebook app by rails need to which is good tool available now facebooker , rfacebook ,mini_fb and how to do post on users wall, email user , or send message to user Any link , notes , tutorials , blog Thanks in advance :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to ruby...
2008 Jan 04
2
Nested Routes + Facebook Resources
...{:action=>"index", :controller=>"main"} And that''s it. Am I missing something obvious here or does the current implementation just not work for nested routes? Thanks everyone! P.S. I''m new. Love facebooker. I was fighting with rFacebook for a week and I found facebooker and it was love at first POST request. ----- BJ Clark the science department bjclark at scidept.com www.scidept.com
2008 Sep 15
3
Best way to run hundreds of concurrent tasks?
Hi all, I''m trying to figure out to run some asynchronous tasks in a Facebook app. I''ve got things working, but BRB crashes after a little while, and I''m not sure if my setup is ideal. Here''s the scenario: - whenever a user visits my app, I need to fire off a bunch of API calls. - these calls need to start right away, because the user sees a
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...
2008 Mar 20
0
Get list of users in one call
...fb info (pic, name) for a set of users. Since I''m not an fbml app, I can''t use any of the fb_ helpers to access this, and without instanciating a user for each and making multiple calls, I don''t see a convienient way of doing this. I am new to facebooker, but have used rfacebook in a project before. Obviously this was done via user.getinfo([uids]) in rfacebook, but is there any way to achieve this with the facebooker wrapper? cheers dean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachmen...
2008 Apr 08
0
Planet Facebook.rb News - Get Your Ruby Blog Stories About Facebook & Friends Included
...and friends for easy reading or subscription in a single "river of news". Latest stories include: o Beboist - Updates and Attention o Facebook, Facebooker and Ruby on Rails = RoRBook o Intridea launches a Ruby API for the Bebo Platform o How to Handle Facebook App Uninstalls with RFacebook o Tinkering with Git + Quick Facebook App Template o Creating Facebook Forms with Facebooker Interested in getting your blog included? Send a blurb about your blog highlighting some Ruby stories about Facebook and friends to the Facebook for Ruby Mailing List/Forum. Thanks! More info @...
2008 Jan 26
3
Facebooker::Session::IncorrectSignature
...gs and recently I tried the new yaml format. The non-facebook parts of the application work fine on their own when ensure_application... is commented out. This is my first attempt at a Facebook app, so I might be messing something up on that side of things as well. I followed the steps in http://rfacebook.wordpress.com/2008/01/05/desktop/, but perhaps there is something different for a web-based set up. All I get when I attempt to load a page that uses ensure_application_is_installed_by_facebook_user is this: vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:92:in `verify_signature'...
2009 Mar 31
9
Application without database.yml
Hi, I have created one application. In that application I am not using any database. Whenever I starting rails server it is giving me an error for configuration of database.yml. What should I do for this? Thanks, Tushar -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups