![]() |
Facebook Connect (New Graph API) library and login integration tutorial - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Facebook Connect (New Graph API) library and login integration tutorial (/showthread.php?tid=34694) |
Facebook Connect (New Graph API) library and login integration tutorial - El Forum - 10-06-2010 [eluser]Unknown[/eluser] Hey Everyone! We've been using CI for a while now and figured it was time to give something back. One of the biggest problems we faced was integrating Facebook connect with our login system. Inspired by Haughin(Shout Out), we decided to help others integrate facebook with their CI apps. ;-) Check out the link to see the tutorial, download the code, and leave comments etc.(you can post here too if you'd like) Facebook Connect User Authentication using the new Graph API in CodeIgniter download the zip follow us on twitter too I realize some of you will want to look over the code... so here's the majority of it: Code: <?php The tutorial and DB schema are here: tutorial and examples If you want a direct link to the download click here: download the zip Facebook Connect (New Graph API) library and login integration tutorial - El Forum - 10-07-2010 [eluser]maltzurra[/eluser] One thing is inspiration, another thing copying. The first part is indeed taken from Haughin's library: Code: include(APPPATH.'libraries/facebook/facebook.php'); But you failed to say the second part is also copied from http://github.com/facebook/php-sdk/blob/master/examples/example.php Code: //connect to facebook I neither want to sound rude nor disrespectful; this code might help people. But in my honest opinion, you simply copy/pasted 2 code snippets on a library. Facebook Connect (New Graph API) library and login integration tutorial - El Forum - 10-07-2010 [eluser]lexusgs430[/eluser] very cool library thank you for this Facebook Connect (New Graph API) library and login integration tutorial - El Forum - 10-08-2010 [eluser]billmce[/eluser] Interesting extension of the original work. Thanks for posting it. Facebook Connect (New Graph API) library and login integration tutorial - El Forum - 11-09-2010 [eluser]The Wizard[/eluser] @maltzurra neither part is 1:1 modified. It's structured to the needs of this people here. If you don't like it, i would strongly suggest you not to use it. This is a community based on helping each other. In case you didn't notice, he gave credits. Stop trolling around. Facebook Connect (New Graph API) library and login integration tutorial - El Forum - 11-16-2010 [eluser]stuffradio[/eluser] I don't get it, I have the facebook config file and all the required files for logging in... but it keeps saying that the API_Key is undefined when I hit the facebook connect button. Edit: Nevermind, got it working! Facebook Connect (New Graph API) library and login integration tutorial - El Forum - 12-16-2010 [eluser]nhanco[/eluser] i'm downloaded do anything you want but i got. Call to undefined function site_url(); Facebook Connect (New Graph API) library and login integration tutorial - El Forum - 12-16-2010 [eluser]Johan André[/eluser] [quote author="nhanco" date="1292507136"]i'm downloaded do anything you want but i got. Call to undefined function site_url();[/quote] that does not have anything to do with this library in particular. you should load the url-helper. |