[Facebooker-talk] Facebooker::Session::IncorrectSignature exception when adding application
Richard Jordan
jordanr at cs.washington.edu
Tue Jul 22 22:37:05 EDT 2008
I have,
ensure_application_is_installed_by_facebook_user :except => [:uninstall]
in my controller. I can't see how that would cause problems?
Also, my post-add url hits a controller protected by the ensure
installed filter. No problem for me there either. One note, make sure in
your FB setting your post-add url is your canvas page (not your server
like your callback url).
Maybe, Dave's Facebooker Tutorial section "make user add application"
would help? FB authentication can be tricky.
Richard
On Tue, 22 Jul 2008, William Thomas wrote:
> I'm using :ensure_authenticated_to_facebook since I don't have an application but only want access to the data.
>
>
>
> ----- Original Message ----
> From: Xue Wei li <xu3w31l1 at gmail.com>
> To: facebooker-talk at rubyforge.org
> Sent: Monday, July 21, 2008 10:05:17 PM
> Subject: Re: [Facebooker-talk] Facebooker::Session::IncorrectSignature exception when adding application
>
>
> I was thinking that and I could be wrong but you know I looked at example after example and I haven't seen anyone do an :exclude for the ensure_facebook_application_is_installed with exception for a 'remove_app' method. Am I wrong? What if I wanted to access show facebook data on the first page?
>
> from Dav Yaginuma <dav.yaginuma at gmail.com>
> to Xue Wei li <xu3w31l1 at gmail.com>
> date Mon, Jul 21, 2008 at 11:21 AM
> subject Re: [Facebooker-talk] Facebooker::Session::IncorrectSignature exception when adding application
> mailed-by gmail.com
>
> hide details 11:21 AM (8 hours ago) Reply
>
>
>
> I think I saw this, and the problem was the post-add URL defined in the FB app page needs to go to a controller action that skips the ensure_facebook_application_is_installed filter.
>
>
>
More information about the Facebooker-talk
mailing list