Sending Facebook notifications

Posted by antpaw on Stack Overflow See other posts from Stack Overflow or by antpaw
Published on 2010-04-07T07:25:21Z Indexed on 2010/04/08 1:43 UTC
Read the original article Hit count: 504

Hey i have a little facebook iframe application written with rails and the facebooker plugin. I can loop through the users friends and see whether they also have this application. To do this I use a fql qeury, and my own html (no fbml). Now i want to create a button right beside every friend who doesn't have this app, that sends an invite massage. Is it possible to do this without this FBML/JS voodoo? I looked through the RESTful api but the only thing i could found was this deprecated method :(

Can someone provide me an code example on how to do this? I really don't want to use this FBML stuff because it doesn't fit into the ui concept of the app, but if that the only way, please explain how to do this (every fbml tag I've tried is just invisible :( )

Thanks a lot.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about facebook