tags:

views:

57

answers:

2

I want to render the on my website. I have already registered my website for Application ID and Application Secret, and have successfully implemented the single-signon using the Facebook PHP SDK and javascript SDK. Since it has been written the javascript library must be intialized for xfbml and fbml to work, hence I have already done that with

FB.init({appId: 'config->facebook_settings->appid ?>', status: true, cookie: true, xfbml: true});

It is placed just before the tag. And all is working great with single signon thing, but it is only the other FBML markups that aren't rendering. Do these FBML only works in Canvas or, iframe or, anywhere.

A: 
Sorry I forgot to include this - I want to render this tag <fb:multi-friend-selector>
Baroon
A: 

Here is an example how to use fb:multi-friend-selector outside of facebook. This would work if you don't add fbml after the page is loaded.

serg

related questions