i have seen posted in a couple of places .. "facebooker only supports the canvas" not iframe. is this true? -- web dev: www.polyrails.com artworks: www.danielnewman.info ph : 415-407-6239 :::::::::::::::::::::::::::::::::::::::::::::::::::::: -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20081208/10c7613f/attachment.html>
On Dec 8, 2008, at 4:57 PM, Dan Newman wrote:> i have seen posted in a couple of places .. "facebooker only > supports the canvas" not iframe. > > is this true? >I don''t see why it would be. Has anyone given a reason why? Mike> > > -- > web dev: www.polyrails.com > artworks: www.danielnewman.info > ph : 415-407-6239 > :::::::::::::::::::::::::::::::::::::::::::::::::::::: > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
ok - good to know that this should not be the case. i was running searches on an error i get Facebooker::Session::IncorrectSignature. saw the iframe thing here: http://forum.developers.facebook.com/viewtopic.php?id=18778 On Mon, Dec 8, 2008 at 2:05 PM, Mike Mangino <mmangino at elevatedrails.com>wrote:> > On Dec 8, 2008, at 4:57 PM, Dan Newman wrote: > > i have seen posted in a couple of places .. "facebooker only supports the >> canvas" not iframe. >> >> is this true? >> >> > I don''t see why it would be. Has anyone given a reason why? > > Mike > > > >> >> -- >> web dev: www.polyrails.com >> artworks: www.danielnewman.info >> ph : 415-407-6239 >> :::::::::::::::::::::::::::::::::::::::::::::::::::::: >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> > > -- > Mike Mangino > http://www.elevatedrails.com > > > >-- web dev: www.polyrails.com artworks: www.danielnewman.info ph : 415-407-6239 :::::::::::::::::::::::::::::::::::::::::::::::::::::: -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20081208/b20ff61d/attachment.html>
We Facebooker used it with an iFrame app and had to resolve a few issues. The first being if you''re not authenticated rendering the correct login screen (instead of seeing facebook inside of facebook). I know there were a couple of other issues but I can''t remember them off the top of my head. On Dec 8, 2008, at 1:57 PM, Dan Newman wrote:> i have seen posted in a couple of places .. "facebooker only > supports the canvas" not iframe. > > is this true? > > > > -- > web dev: www.polyrails.com > artworks: www.danielnewman.info > ph : 415-407-6239 > :::::::::::::::::::::::::::::::::::::::::::::::::::::: > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20081208/1884baf5/attachment-0001.html>
my Facebooker::Session::IncorrectSignature error seems to come after i log out of facebook itself and then refresh my rails app. On Mon, Dec 8, 2008 at 2:17 PM, Michael Jones <mjfreshyfresh at gmail.com>wrote:> We Facebooker used it with an iFrame app and had to resolve a few issues. > > The first being if you''re not authenticated rendering the correct login > screen (instead of seeing facebook inside of facebook). I know there were a > couple of other issues but I can''t remember them off the top of my head. > > > > > > > On Dec 8, 2008, at 1:57 PM, Dan Newman wrote: > > i have seen posted in a couple of places .. "facebooker only supports the > canvas" not iframe. > is this true? > > > > -- > web dev: www.polyrails.com > artworks: www.danielnewman.info > ph : 415-407-6239 > :::::::::::::::::::::::::::::::::::::::::::::::::::::: > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > >-- web dev: www.polyrails.com artworks: www.danielnewman.info ph : 415-407-6239 :::::::::::::::::::::::::::::::::::::::::::::::::::::: -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20081208/6765f411/attachment.html>
Are you still getting that error? If so, can you send it including all of your params to the mailing list? Mike On Dec 8, 2008, at 5:15 PM, Dan Newman wrote:> ok - good to know that this should not be the case. > > i was running searches on an error i get > Facebooker::Session::IncorrectSignature. > saw the iframe thing here: http://forum.developers.facebook.com/viewtopic.php?id=18778 > > > > > > On Mon, Dec 8, 2008 at 2:05 PM, Mike Mangino <mmangino at elevatedrails.com > > wrote: > > On Dec 8, 2008, at 4:57 PM, Dan Newman wrote: > > i have seen posted in a couple of places .. "facebooker only > supports the canvas" not iframe. > > is this true? > > > I don''t see why it would be. Has anyone given a reason why? > > Mike > > > > > -- > web dev: www.polyrails.com > artworks: www.danielnewman.info > ph : 415-407-6239 > :::::::::::::::::::::::::::::::::::::::::::::::::::::: > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > > -- > Mike Mangino > http://www.elevatedrails.com > > > > > > > -- > web dev: www.polyrails.com > artworks: www.danielnewman.info > ph : 415-407-6239 > ::::::::::::::::::::::::::::::::::::::::::::::::::::::-- Mike Mangino http://www.elevatedrails.com
Where is the application raised from? It sounds like you might want to catch that error and force a login. Mike On Dec 8, 2008, at 5:23 PM, Dan Newman wrote:> my Facebooker::Session::IncorrectSignature error seems to come after > i log out of facebook itself and then refresh my rails app. > > > On Mon, Dec 8, 2008 at 2:17 PM, Michael Jones > <mjfreshyfresh at gmail.com> wrote: > We Facebooker used it with an iFrame app and had to resolve a few > issues. > > The first being if you''re not authenticated rendering the correct > login screen (instead of seeing facebook inside of facebook). I know > there were a couple of other issues but I can''t remember them off > the top of my head. > > > > > > > On Dec 8, 2008, at 1:57 PM, Dan Newman wrote: > >> i have seen posted in a couple of places .. "facebooker only >> supports the canvas" not iframe. >> >> is this true? >> >> >> >> -- >> web dev: www.polyrails.com >> artworks: www.danielnewman.info >> ph : 415-407-6239 >> :::::::::::::::::::::::::::::::::::::::::::::::::::::: >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > > > > > -- > web dev: www.polyrails.com > artworks: www.danielnewman.info > ph : 415-407-6239 > :::::::::::::::::::::::::::::::::::::::::::::::::::::: > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
yeah ...here t''is: ---------------------- Processing FbController#index (for 127.0.0.1 at 2008-12-08 14:32:00) [GET] Session ID: BAh7BzoVZmFjZWJvb2tfc2Vzc2lvblU6GEZhY2Vib29rZXI6OlNlc3Npb25b DCI6Mi5RQ195NDh5WnpwenM4Y2VUWlJJWl9RX18uODY0MDAuMTIyODg0OTIw MC01OTM1MTQ2MjNpBH9QYCNsKwcwwD5JMCIlMzM5OGFjZjljNjRjZDBkNTBl N2E3NDZmYzkyZDc1OTYiJWQ3ZjcyMjQ1NWVjMzA0MzQzNTQ2NGVhNmE5ZWNl MGJmIiVmZDVjYTNmMjA3YWY0Y2U0YzYyZWQ1MjExNzI5NTRkZiIKZmxhc2hJ QzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVz ZWR7AA==--5172d2f0f7c742d0b8d56b927a5c68750f70d11d Parameters: {"action"=>"index", "controller"=>"fb"} Facebooker::Session::IncorrectSignature (Facebooker::Session::IncorrectSignature): /vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:144:in `verify_signature'' /vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:129:in `verified_facebook_params'' /vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:36:in `facebook_params'' /vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:187:in `application_is_installed?'' /vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:214:in `ensure_application_is_installed_by_facebook_user'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/callbacks.rb:173:in `send'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/callbacks.rb:173:in `evaluate_method'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/callbacks.rb:161:in `call'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:191:in `call'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:591:in `run_before_filters'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:577:in `call_filters'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:572:in `perform_action_without_benchmark'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'' /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'' /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib/active_record/query_cache.rb:8:in `cache'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:529:in `send'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:529:in `process_without_filters'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:568:in `process_without_session_management_support'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/session_management.rb:130:in `process'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:389:in `process'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:149:in `handle_request'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:107:in `dispatch'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:104:in `synchronize'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:104:in `dispatch'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/dispatcher.rb:35:in `dispatch'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'' /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281 /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:503:in `load'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:503:in `load'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:355:in `new_constants_in'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:503:in `load'' /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/commands/servers/mongrel.rb:64 /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in `require'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:355:in `new_constants_in'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/dependencies.rb:510:in `require'' /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/commands/server.rb:39 /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' ./script/server:3 Rendering /Users/danielnewman/ror/fbconnect_ror/vendor/plugins/facebooker/templates/layout.erb (200) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20081208/6d92fef6/attachment-0001.html>