From: Gurpal 2000 Date: 2009-12-11T10:21:53+09:00 Subject: non-rails simple facebook example? Hi Has anyone got any recent ruby facebook examples? a simple session desktop example. im using ruby 1.8.6 and all the fb APIs out there eg rfacebook/facebooker and numerous others simply don't work. eg. in the below i login in the webpage and then hit enter in and get a big stacktrace. Thanks require 'rubygems' require 'facebooker' API_KEY = 'xxxxx' SECRET_KEY = 'xxxxxxxxx' session = Facebooker::Session::Desktop.create(API_KEY, SECRET_KEY) puts session.login_url puts "#{session.user.name}" -- Posted via http://www.ruby-forum.com/.