Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you develop for facebook? (multiple developers)

Tags:

facebook

I'm currently developing a Facebook App for an Application Tab with another developer (CodeIgniter Framework).

It's not possible to use localhost for Application Tabs. So we're using subversion for updating our stuff on our server to test the app in facebook. Quite often we have conflicts in our files, because we're editing the same parts of it.

Is there any better solution to develop a Facebook App with multiple developers?

like image 718
user313743 Avatar asked May 12 '26 13:05

user313743


2 Answers

You could modify your "hosts" file in C:\WINDOWS\system32\drivers\etc

//Under...

127.0.0.1 localhost

//Add...

127.0.0.1 yourappname.com

This will allow you to run the application locally...

like image 100
Alex Avatar answered May 15 '26 22:05

Alex


Xander is right and here's what we are doing in our dev team :

  1. setup facebook app
  2. setup on our localhost
  3. create a virtual host like dev.facebookapp.com via apache
  4. make sure you have svn or git to lessen conflicts with other dev
like image 31
2 revs, 2 users 57% Avatar answered May 15 '26 22:05

2 revs, 2 users 57%



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!