FBML in Rails views using Facebooker

Posted by ewakened on Stack Overflow See other posts from Stack Overflow or by ewakened
Published on 2010-04-26T15:28:40Z Indexed on 2010/04/26 17:13 UTC
Read the original article Hit count: 324

Hi all,

I have successfully wired up a Facebook Connect application and everything is working fine. I can sign new users up with Facebook, or I can link existing users with Facebook. No problems there.

However, now I am trying to add an Invite page, where a user can see which of their Friends have the application, and then show them a Facebook FMBL Multi Select form to invite friends into it.

Here is the documentation for that FBML tag.

http://wiki.developers.facebook.com/index.php/Connect/Integrating_an_Invite_Form_into_Your_Website#Creating_a_Full_Multi-friend_Selector_Request_or_Invite

However, I cannot get this to work within my Rails view.

Do I need to setup something special to use FBML in my Rails views?

THIS IS NOT A CANVAS Application, meaning I want people to come to my site and not visit the page through facebook, but I feel like I am missing something.

Thank you!

Kent

© Stack Overflow or respective owner

Related posts about facebooker

Related posts about rails