2

I'd like my FB canvas app

apps.facebook.com/coolapp

to behave the same as my web app

coolapp.com

I've set up the canvas url in facebook developer page

http://coolapp.com/canvas/

Using Rails 3.1, I'd like to know how I can easily route the /canvas into my app so that going to the first url above does not route outside of the facebook canvas page (and all the resources work as expected).

hagope
  • 5,523
  • 7
  • 38
  • 52
  • 1
    http://stackoverflow.com/a/18028579/156561 i link to how to do all this (2 yrs later) in this question. – pjammer Aug 03 '13 at 02:13
  • @pjammer - If you're game to recap the solution as your own answer, I'll delete my answer. (See http://meta.stackexchange.com/questions/90263/unanswered-question-answered-in-comments for elaboration of why this is helpful.) Thanks! – DreadPirateShawn Oct 09 '13 at 16:34
  • yeah man, will do tonight. thanks for not just bogarting it like so many of the other leeches here :-) kidding you guys! – pjammer Oct 09 '13 at 19:30

1 Answers1

1

Copying the answer from the comments in order to remove this question from the "Unanswered" filter:

stackoverflow.com/a/18028579/156561 i link to how to do all this (2 yrs later) in this question.

~ answer per pjammer

Community
  • 1
  • 1
DreadPirateShawn
  • 8,164
  • 4
  • 49
  • 71