Displaying 20 results from an estimated 1644 matches for "facebooker".
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 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...
2008 Oct 17
4
Error when posting facebook.feed.publishActionOfUser
...s/new\">Write your
own caption!</a> </fb:fbml>",
"image_1"=>"http://farm1.static.flickr.com/177/385463169_c98233cd12.jpg"}
NoMethodError: undefined method `new'' for nil:NilClass
from /data/dailycaption/releases/20081017040804/vendor/plugins/facebooker/lib/facebooker/parser.rb:405:in
`process''
from /data/dailycaption/releases/20081017040804/vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in
`parse''
from /data/dailycaption/releases/20081017040804/vendor/plugins/facebooker/lib/facebooker/service.rb:13:in
`post''
f...
2008 Jul 31
8
Facebook Connect
Is anyone planning on using Facebook Connect? I have the
implementation that I think covers the user registration. I''m going to
work on the UI stuff as well but would love to get some feedback on it.
Mike
--
Mike Mangino
http://www.elevatedrails.com
2008 Mar 25
7
Facebooker::Session::SessionExpired (Session key invalid or no longer valid)
Hi All,
I''m having horrible problems with this exception, which seems to happen as
soon as I access the session object. Does anyone know what the path is to
recover from this? This post looked to be the most promising:
http://rubyforge.org/pipermail/facebooker-talk/2007-December/000047.html
And I followed all of the steps except switching my session store, and
modifying the default protect_from_forgery setting, as I wasn''t comfortable
doing either just for the sake of this plugin. In any case, I''d still want
to know how to handle this...
2008 May 07
4
Updating a Facebook Status
Does anyone know how to update a Facebook Status with Facebooker?
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" to top
off application.rb
I am able to get to my landing page and...
2008 May 15
3
Facebooker support for iframe apps
Hi facebooker-ers,
It looks to me like facebooker does not currently support iframe
facebook apps - or am I missing something?
My first problem as I understand it is as follows - When you are
logged into facebook, and access a facebook application,
facebook tacks on a whole lot of extra fb_sig parameters to th...
2008 Jan 11
6
couple of newbie questions about redirects
I''m working on an app, and am new to both ruby and facebooker. Here
is my current area of confusion:
What should happen on a user''s initial visit to my app? When I hit
apps.facebook.com/<my app> for the first time with no cookies or
sessions or anything, I''m asked if I want to log into the app, etc.,
and am then redirected to my cal...
2008 Apr 08
3
Session Expired for Profile Publishing
...< ApplicationController
layout "facebook"
ensure_application_is_installed_by_facebook_user
def index
@user = facebook_session.user
...
@user.profile_fbml = render_to_string( :template => ''welcome/profile'' )
end
end
Results in this error:
Facebooker::Session::SessionExpired (Session key invalid or no longer valid):
/vendor/plugins/facebooker/lib/facebooker/parser.rb:386:in `process''
/vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse''
/vendor/plugins/facebooker/lib/facebooker/service.rb:13:in `post...
2008 Jun 29
6
gem / plugin install
Hey,
I am using Rails 2.1. I was wondering if there is a preference between using
gem or script/plugin to install facebooker. Latest revision on svn (225)
seems to be missing an "end" in lib/facebooker/models/user.rb (line 218).
Thanks,
Ram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080629/b4211787/attachment....
2008 Jan 16
10
Towards a 1.0 release
Hey everybody.
I''ve been using Facebooker on several projects over the last few
months and feel like it is really starting to mature. I''d like to push
towards a 1.0 release within the next month. I''d really like
everybody''s input on what still needs to be done, as well as some help
in wrapping things up....
2008 Mar 31
13
request for change in URL pointing to facebook domain
...od in the facebook.php file called
get_facebook_url() so this is easy to change there.
One reason for this:
Ringside Networks is a drop in replacement for Facebook that can be
used for localhost development and eventually an abstraction for most
social networks - it mimics the Facebook API so the Facebooker client
works except for the URLs pointing to the Facebook domain. I have
changes ready if Mike Mangino or anyone else is willing to commit
them.
http://wiki.ringsidenetworks.org/display/ringside/Home
2008 Apr 10
7
Facebooker and existing website?
Hi
I am trying to use facebooker with an existing website that already
has a model named ''User''.
I therefore created a model called BkUser for use with facebooker.
Also I have different controllers for all facebook requests.
I am using acts_as_authenticated for handling login etc for my website
and everytime a...
2008 Jan 29
17
facebook_url_rewriting.rb
Here''s the fix for Facebook apps that specify a controller in their callback URLs. First, set this variable in your environment scripts:
ENV[''FACEBOOKER_CALLBACK_PATH''] = ''/controller''
# where controller is the name of your Facebook controller
And then patch vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb as shown in the attached diff.
Please let me know if you encounter any issues with this pat...
2008 Jan 25
3
More on routing, relative_root and facebooker
Hey there!
I would like the discussion to continue on how facebooker handles
routes, as it appears that there is an unsolved issue.
Mike, I read your recent reply involving setting facebook''s
callback_path to the root of the rails app, and adding a route to
catch all calls to the app root where canvas => true.
I just want to point out this is cou...
2008 Jan 29
3
Facebook Redirects to Callback Path after log in
...api_key=442c6504bd2362d8a7fba7303cd583ca&next=&v=1.0#
After I get the log in screen facebook sends a redirect to the CALLBACK path
http://staging.travelerstable.com:8888/?auth_token=8a83bf3c4f33b5cb16d423c292663c59
Anyone else see this? I don''t think it has anything to do with
Facebooker, or does it? If you look in the tos url you can see next=
, I wonder what that is for.
Dave
2008 Jun 12
6
Session Best Practices
...ll trying to figure out the best way to handle facebook session for my users. Here is my current flow:
in my "external accounts controller"
1) before_filter :ensure_authenticated_to_facebook, :only => [:authenticate_facebook, :edit_facebook]
2) when the user links into facebook, facebooker authenticates and redirects back to my application
3) i detect the "auth_token" param in my method and store the session_key
4) now the session[:facebook_session] is good to go
....
when a user logs in i detect if they have ever authorized facebook, if they have a reconstitute a faceb...
2008 Jun 28
5
asset_host?
Hi there,
I''m wrapping my head around Facebooker to try and build some integration points between an existing ROR application and facebook. I''ve managed to get FB talking to my app but when I tried to access my ROR app directly I noticed that all requests for images, CSS, and JS files were being made through my callback_url. Commenting...
2008 Mar 14
8
Facebooker updates
I just went through and cleaned out most of the bugs and patches. I
also added a facebooker.js file that implements enough of prototype to
do $() and link_to_remote with :update and remote_form_for with :update
Let me know if you run into any issues with it.
Mike
--
Mike Mangino
http://www.elevatedrails.com
2008 Jan 25
8
simple routing & linking question
So I have an existing app & facebook app in same rails application,
for now I have decided to go the route of creating a controller for
facebook stuff (called FaceController).
(setup is canvas, fbml)
So I have:
facebook config
http://myurl:myport/face/
My controllers name is face, so I dont even need a manual route, for
the landing page it works like a charm.
but, when I try to make