Hi Guys,
I'm developing my first facebook app on kohana 2.3.x at the moment and I noticed that a usual app url should look like this: http://apps.facebook.com/{my_app}/{controller}/{method}
But in my app it shows the real url. http://mydomain.com/{controller}/{method}
Any idea how to fix that in Kohana?
Thanks in advance!