Displaying 5 results from an estimated 5 matches for "opensocial".
2007 Nov 27
0
opensocial container plugin
Since OpenSocial is bound to take over the world, I''ve just released a
very early version of my opensocial container plugin. If you are
brave, try it out and let me know how it goes.
You can check it out here:
http://elctech.com/2007/11/27/opensocial-container-plugin-0-0-1
--
Ryan Garver
rgarver-jrinBW/...
2009 Jan 12
0
Opensocial container
I''ve been working on a ruby/rails implementation of an opensocial container,
and I''m curious how many people would actually be interested in such a beast
if it was open source. Even with a container you still have some amount of
work integrating it into your own system, it''s no small task. On one hand
I''d like to open source it, espec...
2007 Nov 02
1
Some proposed changes
...'ve added a filter that sets the :format variable to "fbml"
when you are in the canvas view. That means with edge rails you can
use index.fbml.erb for facebook and index.html.erb for non facebook
requests and the right thing will happen. This is important for doing
things with OpenSocial (which is IFrame based.)
I also modified init.rb to include Facebooker::Rails::Controller in
subclasses of ActionController::Base. Without this change, redirect_to
is defined in the wrong place and is too far back in the ancestors
change to ever get used. This makes facebooker usable out of...
2010 Nov 01
1
[patch] Allowing to_xml to rename keys in lower camel case format
Hi all,
I''ve created and submitted a patch to resolve an issue I had while
attempting to meet the OpenSocial API specifications, which dictates that
the xml output have tags formatted as lower camelcase (as opposed to upper
camelcase, which is currently the only option). With this patch, simply
passing :camelize => true still begets the current behavior, but you can now
enable lower camel-casing by pas...
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 user is logged into my facebook app and tries to also
browse the