You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion forum/mailing list about all things Facebook and Ruby. Join us and post your questions & answers, news & updates, and more about Facebooker, Beboist, rfacebook, and friends.
|
|
|
Facebook Connect, do we need an API?
|
| |
Hi guys I am trying to figure out how Facebook Connect works.
So far it is not obvious to me if I need Facebooker or some other
library. It seems that i just need the params that facebook sends and
lots of javascripts, we also call FB api through JS i think.
Am I correct or we should implement it an API using Facebooker or... more »
|
|
Error on Running
|
| |
Hello Guys,
I am trying to follow the tutorial
[link]
and get this Error Message.
$->script/generate controller workshop index debug
/usr/local/lib/ruby/site_ruby/ 1.8/rubygems/custom_require.rb :27:in
`gem_original_require': no such file to load -- facebook_web_session... more »
|
|
i m confused with Facebook conenct
|
| |
hiya all geeks around,
I am for sure a n00b when u talk ruby on rails or ruby alone. But i
need a little help here guys. I am going through tough time in
understanding some of the aspects like what facebook conenct really is
and how is it different from rfacebook ?
What i gained as if now after crawling thru differnt webpages around... more »
|
|
redirect_to :back
|
| |
Hi,
it seems like redirect_to :back doesn't work after the rfacebook
plugin has overridden redirect_to.
it should simply be equivalent to redirect_to
(request.env["HTTP_REFERER"]).
i'm just using this in my admin panel .. not in an actual canvas page,
so its simple enough for me to fix by just using the verbose... more »
|
|
Passing Parameters
|
| |
Hey,
I created an app that requires the user to answer questions. The user
selects an answer for each of the question from a drop down list. Each
question has an id and an associated choice id which represents the
user's answer.
The information is the access in the controller using:
questions = params[:questions]... more »
|
|
Facebooker help
|
| |
hiya all,
I am a new learner for RoR, i want to know where do i find
documentation for facebooker.
Where are all methods listed and how can ascertain them ?
I was able to use facebooker and display username, display image and
friend list, now i want to know interests and hobies of friends..... more »
|
|
Breaking out of fb:iframe
|
| |
So I have a Facebooker application that uses fb:iframe to render a
form which uses JQuery to do some validations/AJAX. Once the user
clicks submit it redirects back to /user/show but the problem is that
it renders the page inside an IFRAME. How can I break out of this as
I'm only using IFRAME for several pages using fb:iframe tag... more »
|
|
Problem in configuration Facebook application..
|
| |
Hi all, i am facing a problem to configure faceook application. i have a sample controller fairpay as following class FairpayController < ApplicationController before_filter :require_facebook_login before_filter :require_facebook_install def finish_facebook_login redirect_to :action => "index"... more »
|
|
reading firnds status and last actions from facebook in ruby
|
| |
Hi, to all, sorry for the simplicistic question but i'm so confused. I
would like to access facebook and list all my friends last status (and
maybe last actions) and the ability to update mine. I don't wanna
develop an app IN facebook i would like that my standalone rails app
could do that actions.. i mean, like hellotxt or any other application... more »
|
|
|