Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I m new to heroku. I deployed my rails 3 application in heroku and it is running successfully. My need is to integrate this application to a facebook canvas application. My doubt is whether i need to create a new app with cloud hosting services in facebook or i can use my existing heroku app? If so, how can i make use of existing heroku app in facebook.?

Thanks in advance.

share|improve this question

2 Answers

up vote 2 down vote accepted

To get your Heroku Rails app running in a Facebook canvas:

  1. Go to your Facebook application's settings page: https://developers.facebook.com/apps/<app_id>/summary
  2. Enter your Heroku app's URL into both the Canvas URL and Secure Canvas URL fields

Note: Facebook requires SSL (https) for all canvas apps. If you don't have a certificate, just add the free Piggyback SSL plugin on your Heroku app: http://addons.heroku.com/ssl

share|improve this answer
thanks. it worked. – Rajeswari Jan 30 '12 at 1:54

Go to your app settings and enter in the URL to your website into the canvas app settings section.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.