Part of the EllisLab Network
   
 
Facebook App + CI
Posted: 03 April 2009 04:36 PM   [ Ignore ]  
Grad Student
Rank
Total Posts:  42
Joined  01-30-2009

Is it possible to have the Facebook App Library work with CI.

What I want to achieve is a payment app for Facebook with the CI framework.

Anyone got some direction?

Profile
 
 
Posted: 03 April 2009 09:35 PM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  496
Joined  07-16-2008

I have been building an app for facebook now for a couple months. It works great, however, I can’t offer you any advice as you don’t sound like you know much php. Maybe you should try drupal.

 Signature 

My Blog, C2D, PHP Videos, CXTags, Super .htaccess, Extra hooks, and MicroMVC

Profile
 
 
Posted: 04 April 2009 03:06 PM   [ Ignore ]   [ # 2 ]  
Summer Student
Avatar
Total Posts:  23
Joined  02-14-2009

Here is an article,
I haven’t try it myself, but there were some blogs linking to it

http://junal.wordpress.com/2008/01/20/a-sample-facebook-application-with-codeigniter/

 Signature 

sorry for my english

Profile
 
 
Posted: 04 April 2009 04:17 PM   [ Ignore ]   [ # 3 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  2774
Joined  07-27-2006

As far as I know, CI can only do about as much as you see in the 20 minute blog tutorial. FB app is pretty much out of the question. I think you need to use Rails for something like that. FB is coded in PHP, so a PHP-based app would just clash.

 Signature 

Check out the Template Library
Oh yeah, I tweet, too (regarding CodeIgniter on occassion).

Profile
 
 
Posted: 04 April 2009 04:22 PM   [ Ignore ]   [ # 4 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  496
Joined  07-16-2008

Actually, if it is a payment app I recommend building it in Javascript. That way you can validate all the data before it is sent to the server. That will save processing time once the data gets there as you won’t have to check it.

 Signature 

My Blog, C2D, PHP Videos, CXTags, Super .htaccess, Extra hooks, and MicroMVC

Profile