Displaying 4 results from an estimated 4 matches for "mniessner".
Did you mean:
niessner
2008 Jul 30
3
Connection Reset Exceptions?
Does anyone else get these?
A Errno::ECONNRESET occurred in
facebook#index:
Connection reset by peer /usr/lib64/ruby/1.8/net/protocol.rb:133:in
`sysread''
Today it was on a user.populate call... I am wondering if it makes sense to
catch and retry for this exception.
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2008 Mar 06
5
Setting :canvas => false for URL generation doesn''t always work?
I generate a lot of URL''s in my Facebook related code that point to our main
site, not our FB app. My understanding was that the way to do this was to
use ":canvas => false" as a parameter to url_for and link_to and so on.
However, that doesn''t seem to generate the proper URL''s. The URL''s still
point to apps.facebook.com (because they
2008 Mar 14
14
Facebooker MQ now on RubyForge
I don''t know if anyone is using this but I just fixed a bunch of bugs, some
big ones, and moved this project to RubyForge SVN servers.
So you can get it here now:
script/plugin install
http://facebooker-mq.rubyforge.org/svn/trunk/facebooker-mq/
This is working great for me on a couple of projects.
Here is the README
Updated: 3/14/2008
Purpose:
The purpose of FacebookerMQ is to