Hi, everyone,<br>
I am the new one for the facebooker and just created my facebook application.<br>
I start my first application by following the facebooker_tutorial and use heroku as my host.<br>
My application works fine in "Iframe" mode, but when I turn to "FBML" mode, I recieved 406 error from my host.<br>
Does someone has any idea? I think maybe I do something wrong in my facebooker configuration.<br>
<br>
Here is my facebooker.yml configuration:<br>
<span class="css_property_name">api_key</span>: xxxxxxxxxxxxxxxxxxx
<div> <span class="css_property_name">secret_key</span>: xxxxxxxxxxxxxxxxxxxx</div>
<div> <span class="css_property_name">canvas_page_name</span>: /favoritelink/</div>
<div> <span class="css_property_name">callback_url</span>: <span class="css_property_name">http</span>://skygroup.heroku.<span class="css_property_name">com</span>:80</div>
<br>
<br>
<br>
<br>