简体   繁体   中英

Facebook IFrame App with rails 3

I have created an Iframe Facebook appliation with facebook. How do I enforce the user to see the pop up box and request for permissions? For now, when I hit "http://apps.facebook.com/myapp/", the application opens up, but the rails app does not know the fbuid.

In my application controller I have

class ApplicationController < ActionController::Base
include Facebooker2::Rails::Controller

Any help is appreciated.

It's simple.

You can see my gist Facebooker2 for iframe FB app

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM