Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Git is an open-source DVCS (Distributed Version Control System).

learn more… | top users | synonyms | git jobs

0
votes
1answer
28 views

fail to get Facebook SDK for IOS source from git

i just try to get the sources from git but im getting this error sudo git clone git@github.com:facebook/facebook-ios-sdk.git Cloning into 'facebook-ios-sdk'... Permission denied (publickey). fatal: ...
0
votes
1answer
41 views

How can I not upload sqlite db to heroku through git?

I am creating a Facebook app am migrating it over to Heroku due to a lack of SSL security on my site where I was hosting it before. I am using an SQLite DB with PHP in my app. I am new to git and ...
2
votes
2answers
1k views

Git Heroku Permission Denied Public Key (after adding public key)

I'm on Windows 7 64-bit. I'm using the latest Heroku Toolbelt and the GitHub Windows App (downloaded two days ago). Two days ago everything was perfect. I installed PHP and Apache, and suddenly ...
1
vote
1answer
40 views

Local development with FB Login and collaborative Github workflow

My webapp is currently running off a shared googleDrive folder for easy updating and collaboration between a few developers. I am brining-on more developers though so I need a better workflow for ...
0
votes
1answer
50 views

facebook application shows error when cloning code

Iam creating my first facebook application and I am using this Heroku (for hosting my app) for the first time as I was following the procedure provided in ...
1
vote
1answer
46 views

(Heroku/GIT) Comments added to commit command not appearing in activity

Me and a friend are creating an app for facebook. So to keep organized, when we do something and push it to heroku, we add a comment to the commit command such as: git commit -am "changed logo" The ...
1
vote
2answers
89 views

Heroku and facebook - cannot even clone my application to start working

Recently I've started working on a facebook app using Heroku and their tutorial is really extensive on the matter. However, when trying to clone my application to my machine, i get the following ...
0
votes
1answer
55 views

facebook application in heroku error

I am creating a facebook application and I am using this Heroku for the first time as I was following the procedure provided in the link instruction. While deploying to Heroku, the third step in ...
0
votes
1answer
377 views

Heroku Toolbelt - git: Command not found

I'm working on Mac OSX (10.6.8), and I've just installed the Heroku toolbelt, with hopes of trying to mess around making facebook apps. I've created a facebook app and according to Heroku's ...
1
vote
0answers
35 views

Access(R/W) to Git repository with Facebook, Twitter, or Google Account?

I don't know much about managing or setting git server, but is it possible to authenticate the users with Facebook, Twitter, or Google account to push or pull the repository? I am thinking of ...
1
vote
0answers
154 views

Heroku not Supporting jpg in GD

i recently came to know that jpgs wont work in heroku's gd. i am developing facebook application that uses profile pics which are in jpg format.how do i process these jpg images without gd.i am using ...
0
votes
1answer
101 views

Git heroku error: on push heroku

I have been developing a facebook app for a while, and now I want to change all the files, except I get this error when trying to git push heroku: C:\Users\amando96\deep-window-4782>git push ...
1
vote
1answer
525 views

Deploy a flash application with Heroku

Some time ago, i deployed my first flash game on Facebook using the Heroku Server. Of course, i was pushing the swf-game file to the git repository. Unfortunately, my swf file is about 9 mb large and ...
0
votes
1answer
135 views

error: when getting started with facebook application by Heroku

When I enter $git remote the command line responds with: fatal: Not a git repository (or any of the parent directories): .git Not sure what to do, and any help would be very much appreciated.
0
votes
0answers
321 views

Heroku server down after uploading first change

I've just set up a Facebook app on Heroku, and after a lot of trouble, I finally got it uploaded succesfully via "git push heroku master". After that, the site won't load. Try yourself, at: ...
1
vote
1answer
59 views

git shortlog for facebook application shows unknown authors

I'm currently developing a facebook application hosted on heroku and was curious to know the number of git commits I did so far.Note:I am the only one doing the project. I used the following command ...
1
vote
1answer
109 views

How to configure default push on Heroku?

When I create a Heroku app on Facebook, this is all I have to do to push my changes to the server. git push But if I create an app with heroku create then that doesn't work. I have to type ...
2
votes
2answers
221 views

Git push, post commit-comment to wall of facebookgroup?

I guess this is a pretty rare question, but it would be pretty cool if there was someway of doing this. My company has a private facebook group for all the employees and I would like if all the pushes ...
11
votes
4answers
6k views

difficulty in importing the facebook-android-sdk into eclipse

I try to follow the facebook-android tutorial from here: https://developers.facebook.com/docs/mobile/android/build/#sample I am working in windows 7. I have installed the Git and cloned the GitHub ...