search for: incorrectsignatur

Displaying 4 results from an estimated 4 matches for "incorrectsignatur".

Did you mean: incorrectsignature
2008 Jan 26
3
Facebooker::Session::IncorrectSignature
I think I must be missing something obvious on this one, but I can''t get past the initial "ensure_application_is_installed_by_facebook_user" in a rails app that I''m trying to put together. I''m running on edge rails with the latest Facebooker as a plugin. I''ve tried adding my settings to the environment configs and recently I tried the new yaml
2008 May 12
1
Using forms in Facebook(er)
Hi, I just ran across an interesting occurrence and maybe this is well know but I thought I''d ask about it. I have a form in my canvaspage . I had set the method to "GET" and I kept getting an IncorrectSignature exception in the facebooker plugin. When I change the method type to "POST" lo and behold things work. No exception. I don''t understand why. I''m starting to dig into this and was wondering if anyone had any thoughts on how to figure out why this is happening? Do...
2008 Jan 11
6
couple of newbie questions about redirects
...user''s initial visit to my app? When I hit apps.facebook.com/<my app> for the first time with no cookies or sessions or anything, I''m asked if I want to log into the app, etc., and am then redirected to my callback url outside of facebook. This raises Facebooker::Session::IncorrectSignature. Once I get this error, however, if I then go back to the canvas page, it pulls in the fbml from my controller just fine, and everything works. Should my app immediately go to the canvas page when a user authenticates to it, or is there a convention for what the base callback page should look li...
2008 May 06
1
check_friendship method only returning value of last pair
...= pair.last ############ should this be uids2 << pair.last ############## end post(''facebook.friends.areFriends'', :uids1 => uids1, :uids2 => uids2) end I tried to change the uid assignment to << rather than = in session.rb, but it is raising an IncorrectSignature error which I couldn''t track down how to fix/override. Any help would be appreciated! Thanks!