Note that there are some explanatory texts on larger screens.

plurals
  1. POGetting error 406 from Facebooker API on Rails 2.3?
    primarykey
    data
    text
    <p>My app was working fine with Rails 2.2 and Facebooker 1.0.13, but I keep getting a 406 error with Rails 2.3. I checked the mime type, canvas/iframe setting in Facebook, and the requests work fine outside of Facebook (i.e. I get the full app as long as I'm not accessing it within the Facebook iframe). Has something changed recently in the Facebook API that would cause this error? Or is there anything in Facebooker that you've found might be fixed quickly?</p> <p>Here is my Dev log for reference: <code> Processing PostsController#index (for xx.xxx.xx.xxx at 2009-03-06 03:24:44) [GET] Parameters: {"fb_sig_app_id"=>"xxxxx",<br> "fb_sig_in_iframe"=>"1",<br> "fb_sig_locale"=>"en_US", "fb_sig_in_new_facebook"=>"1",<br> "fb_sig"=>"xxxxx",<br> "fb_sig_added"=>"1",<br> "fb_sig_expires"=>"xxxxx",<br> "fb_sig_session_key"=>"xxxxx",<br> "fb_sig_ss"=>"xxxxx",<br> "fb_sig_api_key"=>"xxxxx",<br> "fb_sig_time"=>"1236327886.7997",<br> "fb_sig_profile_update_time"=>"1228275036",<br> "fb_sig_user"=>"11111"}<br> User Columns (6.0ms) SHOW FIELDS FROM <code>users</code> User Load (1.0ms) SELECT * FROM <code>users</code> WHERE (<code>users</code>.<code>login</code> = 11111) LIMIT 1 SQL (0.0ms) BEGIN SQL (0.0ms) COMMIT Competition Load (0.0ms) SELECT * FROM <code>posts</code></p> <h3> Completed in 135ms (View: 8, DB: 8) | 406 Not Acceptable </h3> <p>[<a href="http://xx.xx.xxx.xxx/?fb_sig_in_iframe=1&amp;" rel="nofollow noreferrer">http://xx.xx.xxx.xxx/?fb_sig_in_iframe=1&amp;</a><br> fb_sig_locale=en_US&amp;<br> fb_sig_in_new_facebook=1&amp;<br> fb_sig_time=xxxxx.xxxxx&amp;<br> fb_sig_added=1&amp;<br> fb_sig_profile_update_time=1228275036&amp;<br> fb_sig_expires=xxxxx&amp;<br> fb_sig_user=xxxxx&amp;<br> ...] </code></p> <p>If more details are needed, I'll be glad to give them...:-)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload