Bugs: Browse | Submit New | Admin

[#20914] incorrect signature error in ensure_application_is_installed_by_facebook_user

Date:
2008-07-01 17:17
Priority:
3
Submitted By:
Wendy McEachern (wendy)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
incorrect signature error in ensure_application_is_installed_by_facebook_user

Detailed description
when adding my application, in the 'add application' call back, i get an incorrect signature error
the 'expected_signature' in verify_signature is nil.  I am accessing facebook from an external app.


vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:106:in `verify_signature'
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:88:in `verified_facebook_params'
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:32:in `facebook_params'
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:148:in `application_is_installed?'
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:175:in `ensure_application_is_installed_by_facebook_user'

Add A Comment: Notepad

Please login


Followup

Message
Date: 2008-07-03 18:39
Sender: Wendy McEachern

changing my session store from :p_store to
:active_record_store fixes this.  Is it not possible to use
:p_store?
Date: 2008-07-01 17:42
Sender: Wendy McEachern

I actually get the same adding my app within facebook.
the request looks like below.  Note there are no fbsig params.

http://localhost:3000/facebook/add?auth_token=xxx&installed=1

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item