Tagged Questions

Facebook Markup Language (FBML) enables you to build Facebook applications that deeply integrate into a user's Facebook experience.

learn more… | top users | synonyms

18
votes
2answers
8k views

Facebook Like Button - how to disable Comment pop up?

I'd like to disable the Comment box that pops up when a user clicks the Facebook (fbml) Like button I've placed on my site. Is this possible to do? I can't find any details in the documentation.
11
votes
1answer
336 views

Why does ie apparently reflow DOM when encountering <fb:xxx> fbml elements when correctly using the fbml xmlns?

I have a page containing a number of facebook "Like" buttons, embedded using the inline fbml technique (as opposed to iframe). Simple enough. The page renders fine, everything works as expected. ...
7
votes
4answers
160 views

Does HTML5 support namespaces?

Are we allowed to extend HTML5 with new tags like <foo:bar> in HTML5? I ask because the facebook API includes just this kind of thing**, and our pages are defined as HTML5. More specifically, ...
7
votes
1answer
410 views

Creating “Like” buttons for arbitrary elements on my site, and reading back the status - possible?

I'm a total newbie to Facebook programming and would like to know, as a follow-up to this question, whether the following is possible. I have a collection of events on a web site. I'm fetching them ...
6
votes
2answers
4k views

Best IDE for Facebook apps (FMBL and FBJS support)

I have a reasonable workflow for developing an iFrame app for Facebook. It's reasonable because I can test the app on localhost with a local Apache in any one of a myriad of IDEs that support HTML, ...
5
votes
2answers
4k views

Facebook Login Button Vs. OAuth Dialog

What's better? Login Button OAuth Dialog I like the Login Button because it shows profile pictures of the user's friends who have already signed up for your application and it opens a dialog ...
5
votes
2answers
8k views

HTML: What is `xmlns:fb=“http://www.facebook.com/2008/fbml”`?

What is xmlns:fb="http://www.facebook.com/2008/fbml"? I've been seeing it in a lot of <html> tags recently. What does it do?
5
votes
2answers
522 views

How to do any type of info sharing from within a Facebook tab?

Firstly apologies for the length of this question, and for asking about the Facebook API (seemingly one of the most inconsistent API's in the world...). The Situation: We're producing an Facebook ...
5
votes
2answers
667 views

Converted JavaScript to FBJS - tabs still not working

I tried my best to convert JavaScript to FBJS according to this page: http://wiki.developers.facebook.com/index.php/FBJS. Yet my tabs are still not working properly. Does anyone have any suggestions ...
5
votes
1answer
1k views

Facebook: force user to login / install application with FBML

I am new to Facebooks applications, so forgive me if I got something wrong. How do I prompt users to install my application when they visit my application's canvas page?
5
votes
3answers
7k views

Loading Facebook fb:profile-pic via AJAX in Facebook Connect site

After a page loads, I'm making an AJAX request to pull down an HTML chunk that contains tags representing a Facebook user profile picture. I append the result to a point in the DOM but the logos ...
4
votes
1answer
58 views

How do I change the DBML (facebook) preferred language?

I want to overwrite FB preferred language; as an example: public static string ScriptUrl { get { string name = System.Threading.Thread.CurrentThread.CurrentCulture.Name; ...
4
votes
3answers
1k views

Facebook: Invalid mark up on FBML

I am using the W3C XHTML validator to check my sites and I am getting some errors on pages with FBML. Most of the cause of such errors is the "&" character. Since FBML values and attributes are ...
4
votes
4answers
10k views

How to tell if a user is a fan of the fan page

I'm working on a FBML fan page for a client. I need to perform a check to see if the current user is a fan of the page. I tried using the JavaScript API but I've found this is not compatible with ...
4
votes
4answers
1k views

jQuery parsing HTML unexpectedly and wrongly

So I have a non-jQuery solution to this problem, but I would rather use jQuery if there is a way, and also I am very curious as to why this is happening. I have a Facebook iframe application, and I ...
3
votes
5answers
215 views

FBML apps fail under HTTPS

When setting in the developer console a secure url (https), and trying to load the canvas under facebook: https://apps.facebook.com/fanta-seriea/ I get the error saying that facebook received an empty ...
3
votes
1answer
799 views

facebook fbml login-button not working with perms

I recently ran into a problem when I upgraded to the new php and js sdk before the login button below worked fine, and the dialog box popped up for a user to grant permission. <fb:login-button ...
3
votes
1answer
201 views

how to show blue facebook header on fbml.dialog. (as in stream.publish)

Currently i am showing fbml.dialog like this : FB.ui( { 'method': 'fbml.dialog', 'display': 'dialog', 'fbml': "<h1>this is some fbml markup</h1>", 'width': 575 ...
3
votes
2answers
172 views

is FBML compliant with HTML standards?

this funny thing called FBML http://developers.facebook.com/docs/reference/fbml/ I'm just wondering is it true that any web page that uses FBML automatically disqualifies themselves as a 100% ...
3
votes
2answers
433 views

Facebook fb-login not redirecting back

I want to authenticate the user using facebook login credentials. Everything works, except for the fact that it does not redirect to the redirect_uri specified which I require to capture the ...
3
votes
1answer
468 views

Facebook Like Button On My Website To Like A Facebook Page, Not My Website

I have a Facebook like button on my website, however as it works currently it only lets users like the page that they are currently on. Is it possible to make the button like our Facebook page instead ...
3
votes
2answers
902 views

Send Gifts from PHP Facebook App?

I need to be able to let users send each other gifts from my facebook app. I know how I'm going to store the gift data in the database, but I'm not sure how the user cans elect friends to send the ...
3
votes
2answers
823 views

Can Facebook's fb:comments notify me when a new comment is posted?

I'm using fb:comments as described here. Comments work fine but I can't find a way to be notified when a new comment is added. Is there a way to easily find new comments (without visiting my 3000 ...
3
votes
2answers
2k views

How to close (hide) an FBML-dialog using the new Facebook JavaScript SDK?

I've wasted four hours today and several hairs trying to solve this issue but failed. We use facebook.connect to authorize users on our site and perform various actions. One of these actions should ...
3
votes
2answers
3k views

Facebook Connect <fb:login-button> No Longer Firing Callback (As of today)

Came into the office today to do some more work on my nearly completed Facebook Connect website application. And i have discovered for some reason, the "onlogin" event of the fb:login button FBML ...
3
votes
1answer
2k views

Facebook multi-friend-selector + new javascript API = BROKEN?

I am using the fb:serverfbml tag to render a multi-friend-selector inside an IFrame. I am using the new javascript API. I have been trying ALL DAY to get it working. When I click on the underlines ...
3
votes
4answers
5k views

Getting FBML Error unknown tag “fb:like” error with Facebook app

I've been looking at this for ages now and I cant find anything on the net that provides a solution. When trying to use the tag... ...this is embedded on a tab canvas. The 'Like' button appears ...
3
votes
9answers
16k views

Showing popup in the new Facebook JavaScript SDK

I used to have an href in my website. When users clicked on it, a multi-friend selector showed so they could incite their friends to my website. That was done using the following code: ...
3
votes
2answers
2k views

FBML tag to detect user language in a tab

I have a custom tab for a fan page that need to display a JPEG image. I have an image in English and one in French. Is there a way to detect the user locale in FBML to display the right image? I know ...
3
votes
1answer
587 views

Facebook Connect on Coldfusion 8

I am trying to get ColdFusion 8 work with FB Connect I am running CF8 on IIS, Windows Server 2003. I use this FB Connect wrapper for ColdFusion written by James Constable, ...
3
votes
1answer
2k views

Multi-friend-input not working in Facebook dialog

I'm trying to get the following to work, but I've had no success: <fb:fbml> <fb:dialog id="friends_wallpost_dialog" cancel_button=1> <fb:dialog-title>Post to your friends ...
3
votes
3answers
9k views

What is the API for Facebook 'profile stream' aka wall posts?

Is there an API call, and if so, which call to get the 'posts to my wall from myself and others' on Facebook? It seems like it could be filtered out of the Facebook stream API, but it's not clear how ...
2
votes
2answers
157 views

Embedding open graph video doesn't use video player

I've been in, around, and through a good chunk of the internets looking for an answer to this: I'm trying to embed a video in Facebook using the og:video tag, but despite the fact that the facebook ...
2
votes
1answer
81 views

What's the Facebook Javascript SDK equivalent of fb:req-choice?

I can post an apprequest from my site onto selected friends' walls with a call to FB.ui. I'm doing this to replace an old call that goes via some FBML, namely fb:multi-friend-selector. What isn't ...
2
votes
0answers
48 views

OpenGraph - Setting expiry?

So, on facebook, the ticker shows recent stories from views to my site, now, what would i need to do to make the ticker display the fact that someone is 'viewing' a post. Anything i try just ends up ...
2
votes
2answers
720 views

Oauth 2.0 October 1st deadline, what exactly happens with old FBML apps?

I'd like a clarification from someone at Facebook about the Oct 1st HTTPS deadline and it's impact on old FBML apps.. As per: http://developers.facebook.com/docs/oauth2-https-migration/ Facebook ...
2
votes
1answer
146 views

Limit access to FB application by age

I'm looking for a way to limit access to my html FB application to people above age limit (let say 16 years). I've found forum topic http://forum.developers.facebook.net/viewtopic.php?pid=123010 but ...
2
votes
1answer
529 views

Are FBML apps required to provide HTTPS canvas url by 1st of October?

Since FBML apps canvas url(s) are not directly accessible by the end user, I suppose not , but can anyone confirm this ?
2
votes
1answer
2k views

Facebook like button count not updating at all

I'm having a problem with the good ol' facebook like button on my site. I've implemented it all, I can click on "like" and it appears on my wall (and on the site the count pops up to say "1"), but the ...
2
votes
1answer
1k views

Scrolling Facebook Canvas

I'm building a Facebook app. Facebook canvas type is FBML, then I put the fb:iframe inside the index page, load my ajax engine inside of that iframe, and after that, all content is updated trhough ...
2
votes
3answers
810 views

Facebook registration plugin doesn't seem to be working on IE7/8

I'm using the registration plugin of facebook to manage registration of some site. It works in all browsers except in IE7/8. In IE8, it gives some javascript error like 'tagName' is null or not ...
2
votes
1answer
2k views

facebook login button logout text

so i have this facebook login button: <fb:login-button autologoutlink="true" onlogin="Log.info('onlogin callback')"> </fb:login-button> but then once you log in, the ...
2
votes
0answers
195 views

How to disable invitiation preview in fb:multi-friend-selector (condensed) form?

I am calling multi-friend-selector condensed version with specific width, and want the pop up that shows the preview of invite to be disabled, as it has more width than the component and gets ...
2
votes
1answer
381 views

FBML wallpost by clicking on image or button

I'm creating one facebook application with FBML. What I want is: I have several images like, <fb:tag name="img"> <fb:tag-attribute ...
2
votes
1answer
70 views

What is the current proper way of creating Facebook Tab's with interaction?

I need to create an interactive Facebook Tab for a client, similar to this: http://www.facebook.com/#!/knnktr. The application has a number of slides, which are basically images that will scroll ...
2
votes
2answers
277 views

Requests Dialog in Silverlight

I'm making a simple application with Silverlight to run on Facebook. I already understand that to invite friends to the appliation I have to call a fb:request-form, or use the Simpler Requests. How ...
2
votes
4answers
6k views

How to Determine if Facebook User 'Likes' a Certain Page

Is there any way to determine if a Facebook user 'likes' a certain page with the API Facebook offers currently? UPDATE I have been trying to get this to work via the PHP graph API for a while now ...
2
votes
1answer
190 views

Why this tab doesn't work?

I have added this tab in my page but I can't send invite to my friends. It doesn't work !! Why ? I have used this code: <?php $url_inc="<fb:req-choice ...
2
votes
5answers
2k views

Getting user location on Facebook page tab

Coca-Cola seems to have nailed it pretty well. Even before any user interaction, they manage to know where you are at their Facebook page: This works in IE, so no HTML5 involved (and after all, ...
2
votes
1answer
629 views

FBML tab control replacement?

Facebook is deprecating FBML and recommending JavaScript SDK (on Graph API) with Social Plugins to implement features inside an iFrame app. If FBML goes away so does its controls including the tabs ...

1 2 3 4 5 12