Kohana - Facebook app URL
        Posted  
        
            by booze2go
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by booze2go
        
        
        
        Published on 2010-04-29T15:28:26Z
        Indexed on 
            2010/04/29
            15:47 UTC
        
        
        Read the original article
        Hit count: 543
        
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!
© Stack Overflow or respective owner