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.
The local tag has no wiki summary.
0
votes
2answers
127 views
Set up local development environment for heroku facebook app
I have my app up in canvas but am at somewhat of a loss as to how I can test locally. I'm building my app on top of nodeJs to give it a try. I have a dev app that hasn't been deployed to heroku so I'm ...
0
votes
1answer
116 views
facebook code not working on local machine
I am using the below code and trying to run on my local machine. I am not able to connect with the facebook. what might be the problem?
<html>
<head>
<title>My Facebook ...
0
votes
0answers
83 views
Trying to develop a facebook app locally, getting 404 errors
I've been following Heroku's tutorial on creating a Facebook app here: https://devcenter.heroku.com/articles/facebook
Everything up until the "Working Locally" section has worked fine for me. I find ...
0
votes
1answer
158 views
Facebook comment cut off locally?
My facebook comment box is getting off vertically when I run my site locally with rails, but when I upload it to heroku and view it there it seems to autosize fine. Any idea why this might be? Is it ...
0
votes
2answers
364 views
How to continue developing locally, on a Facebook based website that's already online?
I have a site that uses, exclusively, Facebook authentication as it's membership system. In the Facebook app settings the callback url is set to the site's domain.
I'd like to continue development of ...