Kohana - Facebook app URL -
i'm developing first facebook app on kohana 2.3.x @ moment , noticed usual app url should this: http://apps.facebook.com/{my_app}/{controller}/{method}
but in app shows real url. http://mydomain.com/{controller}/{method}
any idea how fix in kohana?
thanks in advance!
try changing in application/config/config.php
:
$config['site_domain'] = 'apps.facebook.com/my_app/';
Comments
Post a Comment