[Facebooker-talk] MissingOrInvalidParameter

Lee Connell lee.a.connell at gmail.com
Sat Feb 14 15:27:53 EST 2009


Is there an issue with facebooker or my code? here is the error:
"/Library/Ruby/Gems/1.8/gems/facebooker-0.9.5/lib/facebooker/parser.rb:345:in
`process': Invalid parameter
(Facebooker::Session::MissingOrInvalidParameter)
 from
/Library/Ruby/Gems/1.8/gems/facebooker-0.9.5/lib/facebooker/parser.rb:15:in
`parse'
from
/Library/Ruby/Gems/1.8/gems/facebooker-0.9.5/lib/facebooker/service.rb:13:in
`post'
 from
/Library/Ruby/Gems/1.8/gems/facebooker-0.9.5/lib/facebooker/session.rb:321:in
`post'
from
/Library/Ruby/Gems/1.8/gems/facebooker-0.9.5/lib/facebooker/session.rb:137:in
`secure!'
 from
/Library/Ruby/Gems/1.8/gems/facebooker-0.9.5/lib/facebooker/session.rb:368:in
`uid'
from
/Library/Ruby/Gems/1.8/gems/facebooker-0.9.5/lib/facebooker/session.rb:167:in
`user'
 from ./fbook.rb:15
"

code:

"
#!/usr/bin/env ruby
require 'rubygems'
require 'facebooker'

# ensure_application_is_installed_by_facebook_user

session = Facebooker::Session.create('mykey', 'mysecret')

puts "Paste the URL into your web browser and login"
puts session.login_url()
puts "Hit return to continue..."
gets
puts "What are you doing?"
puts "#{session.user.facebook_id}"
"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20090214/96ed4e0b/attachment.html>


More information about the Facebooker-talk mailing list