Tutorial to create facebook application using codeigniter php framework. link to download download from github Step 1:Set the facebook application key and secret key to facebook.php file in appln/config folder <?php $config['facebook_app_id'] = 'your app_id'; $config['facebook_api_secret']='your app secret id'; $config['facebook_default_scope']='email,user_birthday,user_location,photo_upload, … Continue reading
↧