RESTful links in Facebooker

Hi all,

I’m trying to make a simple Facebook app using Rails with the
Facebooker plugin. I’m using the map.resources routing for my models.
I’ve found that the links generated by the standard routes (e.g.
things_path, new_thing_path etc.) no longer work - they seem to be
escaped, so they return a link like /Log into Facebook
things/new, which won’t work. Can anyone help with this?

Many thanks,
Adam