My Experiences
URL HANDLING ISSUE IN CODEIGNITER FACEBOOK APP DEVELOPMENT
Recently my friends were working on a Facebook Application using codeigniter php framework and they had some issues in handling facebook urls with codeigniter. Cogeigniter was configured to handle URL’s by setting uri_protocol paremeter to ‘AUTO‘ in the config file, which is the default value. In facebook applications , our application loads inside an iframe. When facebook changes its application URL, our application also got the facebook query string. Take a look at the following code..
Tutorial Contents
- Resolving URL Issues using URI Protocol and Query Strings
- Resolving URL Issues using Modified Request URI
Introduction To Codeigniter Download Helper
Codeigniter download helper is a single function helper which allows you to download files directly to your computer. This helper contains a fuction called force_download which will download any type of file.
- About Download Helper
- Using Codeigniter Download Helper
- Fixing Image Download Issues In Codeigniter Download Helper
- Alternative Method For Downloading Files
Follow Us On Facebook
