14 Aug, 2010

Facebook application using codeigniter backend

Articles related to facebook application using codeigniter backend

CodeIgniter: Use GET Parameters for OAuth or Facebook

http://digitalpbk.com/codeigniter/use-get-parameters-facebook-application CodeIgniter: Use GET Parameters for OAuth or Facebook Codeignitor destroys your GET parameters, because it does not use it, however for applications that use OAuth, Facebook Applications or Facebook authentication using Facebook connect, GET parameters are required. In order to retrieve GET parameters from Code Ignitor, first we have to change the config.php, uri_protocol to PATH_INFO, this solves 404 Errors with GET parameters on Codeigniter ...
Published 1 year, 10 months ago

Fix for Facebook authentication on IE

http://digitalpbk.blogspot.com/2009/08/facebook-auth-next-parameter-ie.html Fix for Facebook authentication on IE What?This is for Facebook developers who have faced this problem. If you are using an Facebook application to authenticate a user on a PHP website, the Facebook redirection on Internet Explorer specifically fails the login of the user. This is because the return URL returned by facebook specifically for IE is the appending of the CallBack URL specified in the Application +the Next parameter + a "?" + the auth_token parameter.This results ...
Published 2 years, 5 months ago

Django SocialAuth Fix Google Email Open id attribute exchange

http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email Django SocialAuth Fix Google Email Open id attribute exchange Django Social auth is a package that enables login to your django website with Facebook, Google, Yahoo and Twitter. Allowing authentication from 3rd party websites which supports open authentication helps users easy to register to your website without filling too much details. Easier signup makes more registrations and helps you cover your django web hosting charges :D . The package is managed at github here, but it does not have ...
Published 1 year, 9 months ago

This is what happens when you develop Orkut and Facebook Applications Simultaneously

http://digitalpbk.blogspot.com/2009/07/orkut-facebook-app-funny.html This is what happens when you develop Orkut and Facebook Applications Simultaneously The thingNeed I explain more?Just in case, its a dialog to add the application profile view into your Facebook profile, within Orkut.Technical DetailsIts just the Session variables screwing up, everything is fine. Although I could not resist putting up a screen shot of it. Are you an application developer? Let me know... ...
Published 2 years, 6 months ago

PyFacebook Download Python Facebook API Library

http://digitalpbk.com/pyfacebook/pyfacebook-download-python-facebook-api-library PyFacebook Download Python Facebook API Library PyFacebook is the official Facebook API Library written in Python. It is maintained in github, I have attached a snapshot of the master trunk zip file with this post. Python Facebook Software ...
Published 1 year, 3 months ago

Installing Putty SSH Client on Nokia E63

http://digitalpbk.com/e63-ssh/installing-putty-ssh-client-nokia-e63 Installing Putty SSH Client on Nokia E63 Installing Putty SSH Client on Nokia E63 This post is about installing an SSH client in Nokia E63 (E63 ssh) with a Symbian S60 OS (3rd edition). Download the Putty client for Symbian S60 from SourceForge at this link, download it from your E63 mobile browser or transfer it to your Nokia E63 handset using bluetooth or usb connection. Now follow the steps below to disable installing of only signed applications on your mobile. By default the installation of non signed and self signed ...
Published 1 year, 8 months ago

Google search goes social with Social Search Results - The Facebook effect ?

http://digitalpbk.com/google/google-search-social-results-beta Google search goes social with Social Search Results - The Facebook effect ? Google search goes social with Social Search Results - The Facebook effect ? The following is the screenshot of Google Search result page when searched for something my friend has blogged on. Is google moving towards a social networking side ? Google is slowly adding the "Social" aspect to all its products. After launching Buzz on Gmail, "Social Results" aspect in "Google Search" results too reveals this trend. Google seems to be worried about the immense ...
Published 1 year, 9 months ago

Free Light weight Social media sharing javascript for Facebook, Twitter, Stumble Upon, Digg and Reddit

http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r page load slow as well as bring in unintentional 3rd party javascript code ( or flash tracker ) which runs on your blog. So it is always safe to use your own script or scripts which you can read understand and verify it just does what it is suppose to do. :) Javascript Object for Social Media Sharing var share = { fb:function(title,url) { this.share('http://www.facebook.com/sharer.php?u=##URL##&t=##TITLE##',title,url); }, tw ...
Published 1 year, 10 months ago

Removing index.php From URL in CodeIgniter

http://digitalpbk.com/code-ignitor/removing-indexphp-url Removing index.php From URL in CodeIgniter In Code Ignitor by default all URLs except the default home contains "index.php" by default in the URL, For example http://localhost/index.php/class/function. In order to make the URLs "cleaner", we have to remove "index.php" from the URL. This is done using the mod_rewrite module in apache to redirect all traffic to index.php/. The following code inside .htaccess does the redirection. Code Igniter .htaccess Rules ...
Published 1 year, 11 months ago

Custom extenstion for a Server Script

http://digitalpbk.blogspot.com/2007/05/custom-extenstion-for-server-script.html Custom extenstion for a Server Script IntroPHP files have a ".PHP" extension and is by default the extension used to run php scripts. Thats ordinary. Now it would be cool if we could name another extension (say .do or .html) for a PHP script and get the same output. This is precisely what the following is about.In order to map a particular extension to a particular application, apache uses handlers. Basically you can define an extension and add the corresponding handler. This can ...
Published 4 years, 8 months ago

Related help topics for facebook application using codeigniter backend More keywords like facebook application using codeigniter backend
More pages for facebook application using codeigniter backend


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Barefoot Resort Reception Barefoot Resort Reception in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk