Facebook Page Tab App Blank With Rails
Problem
You see a blank page in Rails Facebook Page Tab application.
Solution
Allow iframe in Rails, by overriding the default Headers
class FacebookClubsController < ApplicationController
layout "facebook_canvas"
after_filter :allow_iframe
def index
end
private
def allow_iframe
response.headers["X-Frame-Options"] = "GOFORIT"
end
end
Gist:
Written by Shavit
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rails
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#