Displaying 20 results from an estimated 10000 matches similar to: "Tutorials & release timetable"
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
2008 Jan 21
1
Facebooker website
I just wanted to contribute a quick-start page with details about how to get the Facebook session (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
2008 Apr 08
0
Planet Facebook.rb News - Get Your Ruby Blog Stories About Facebook & Friends Included
Hello,
The Planet Facebook.rb publishes Ruby stories about Facebook 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
2008 Mar 20
0
Get list of users in one call
Hello,
I am working on an external/iframe application and am looking for a good way
to display 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
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 I missed something? We don''t intend to
recreate
2008 Jan 31
3
Using facebooker AND Haml/Sass
For anyone using both and encountering trouble with stylesheets
(specifically, the paths being incorrect in production mode)...
Removing facebooker solves the issue.
But I bet you don''t want to do that, eh? So, simply setting
ActionController::Base.asset_host = ''''
also works like butter.
I''m not 100% clear on why asset_host has anything to do with
2008 May 19
0
Memcache session store
Maybe a newbie question - but I''ve been unable to find any references to
this issue. I have a current facebook app using rfacebook and working on
getting it migrated to facebooker. It currently uses memcache for session
store, and when I try to fire up the application utilizing facebooker, I
receive a session_id invalid message since the session key contains a dash.
>From what I can
2008 Jan 04
2
Nested Routes + Facebook Resources
Does anyone have nested routes working with the facebook_resources
method?
My routes.rb has:
map.facebook_resources :users do |users|
users.facebook_resources :images
users.facebook_resources :connections
end
but user_connections_url won''t generate.
"rake routes" gives me:
new_user POST /users/new
{:action=>"new",
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
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
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
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 add API key and
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
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 counterintuitive to some folks and
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
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 the
request (including fb_sig_user) that the application can then
validate to
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://localhost:3000/?
3) Suppose I have one
2008 Jan 31
2
Multiple FB apps in a single Facebooker app?
May seem strange but I''ve gotten a couple requests from clients [2 out
of 4] abt this.. generally the requirement is that they want to serve
up slightly different content but from more or less the same app.. I
dug into init.rb and determined that its seems likely with some
rearranging of facebooker.yml config - is there anything else of the
top of anybody''s head that might be an
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 page
(as expected, so no issues up
2008 Mar 11
0
How to get a facebook session for desktop applications (or unit tests?)
Normally, in a rails app, all one would have to do is call
set_facebook_session, or the ensure_* filters to get a valid session.
I''ve been looking through the sessions code to figure out how to get a
valid session for desktop applications (or unit tests)--basically
outside of rails controller.
As far as I can ascertain, you should just be able to do this:
require