hey guys, I'm trying to setup my Facebook app on heroku and having problems pushing
here's what i've done so far: 1. created a heroku app via the wizard on FB 2. renamed it to the name of my app (from heroku) 3. created a git repo in my project directory (git init, git add . , git commit -m "message") 4. pushed to git: push [email protected]:[myappname].git master --force Counting objects: 1411, done. Delta compression using up to 2 threads. Compressing objects: 100% (1389/1389), done. Writing objects: 100% (1411/1411), 6.58 MiB | 315 KiB/s, done. Total 1411 (delta 166), reused 0 (delta 0) -----> Heroku receiving push ! Heroku push rejected, no Cedar-supported app detected To [email protected]:[myappname].git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to '[email protected]:[myappname].git but the app does exist (correct name and everything) according to the heroku commands and in my account details on heroku.com.. thats all...thanks in advance! ' -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
