Hi All,
First of all. Thanks for you project.
I am having problem to configuring my application.
I am having this error
An error occurred with MyApp Please try again later.
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: Invalid redirect_uri: Given URL is not permitted by the application configuration.my config files
// ci config.php
$config['base_url'] = 'http://example.com/myapp_folder/';
// Facebook Ignited
$config['fb_appid'] = 'my_app_id';
$config['fb_secret'] = 'my_secret';
$config['fb_canvas'] = 'myapp'; // Fabook App Namespace
$config['fb_apptype'] = 'iframe';
$config['fb_auth'] = 'email';EDIT : the above config works now… but my app always reloading ?