Re: [nodejs] Heroku - Created a facebook app with Node.js which gives type error

81 views
Skip to first unread message

Arunoda Susiripala

unread,
May 17, 2013, 8:23:16 AM5/17/13
to nod...@googlegroups.com
It is something in your code. Try running it locally. 

Install heroku dev tools 
Run 'foreman start' inside the app folder. 

On Friday, May 17, 2013, Ramana Venkata wrote:

I am trying to create a facebook application and this is my first time. I read several articles on how to create one and I created an application from this page https://developers.facebook.com/apps. When I clicked on Go to App from facebook right after I created it. It is showing this error enter image description here

I have tried to look on Heroku dev center for same type of problem to resolve problem on my own I couldn't find any solution. When I do curl -v https://tranquil-oasis-2533.herokuapp.com it says HTTP/1.1 500 Internal Server Error. This is the output from heroku logs http://pastebin.com/0qdueiZE. Somebody please help me.

Note: I already posted this question at Stackoverflow But I didn't any get proper help till now. So I am posting it here to get some help.

--
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
 
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


--
Arunoda Susiripala


Mark Docherty

unread,
Jul 9, 2013, 10:18:12 AM7/9/13
to nod...@googlegroups.com, idlike...@gmail.com
i am also seeing this exact same message. 

Mark Docherty

unread,
Jul 9, 2013, 10:19:41 AM7/9/13
to nod...@googlegroups.com
this is the contents of my package.json

{

  "name":    "facebook-template-node",

  "version": "0.0.1",


  "description": "Template app for Heroku / Facebook integration, Node.js language",


  "dependencies": {

    "async":     "0.1.18",

    "ejs":       "0.4.3",

    "express":   "2.4.6",

    "faceplate": "0.6.x"

  },


  "engines": {

    "node": "0.6.x"

  }

}



On Saturday, 25 May 2013 12:22:53 UTC+1, Stuart P. Bentley wrote:
What version of facebook-template-nodejs is your app based on? It should be in package.json.
Reply all
Reply to author
Forward
0 new messages