bnvk / codeigniter-facebook-oauth

A lightweight facebook oauth 2.0 library & example for CodeIgniter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeIgniter Facebook Oauth

Installation Instructions

  • Upload files to Web server. These files already include CodeIgniter along with your /application folder
  • Create an application on Facebook http://www.facebook.com/developers/
  • Input the following values into application/config/facebook.php (facebook_app_id, facebook_api_key, facebook_secret_key)
  • Go to https://mywebhost/ in your browser
  • It should present you with a facebook connect login button, click on it, walking you through the process
  • Enjoy the results, and check your wall!
  • Have a cup of tea :)

Contributors

Based On

License

MIT License, CodeIgniter License

About

A lightweight facebook oauth 2.0 library & example for CodeIgniter


Languages

Language:PHP 100.0%