Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
2k views

how to use facebook comments plugin into facebook page

We have a Face book page.We add a custom FBML tab.Now we want to add Comment Face book plugin.I tried to add an script what i got from Face book Social Plug in.The code is <div ...
5
votes
2answers
226 views

Facebook blows up my webpage

I have a website that integrates a fan box and a few other things from facebook. to get everything to look right, i've implemented FBML as follows: <html xmlns="http://www.w3.org/1999/xhtml" ...
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
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 ...
2
votes
3answers
512 views

Custom Facebook Share Integration

I'm working on an eCommerce website, in which the Shopping Cart page needs to have the Facebook Share button for all product items, with the following requirements:- Let's assume that there are 4 ...
2
votes
1answer
600 views

facebook like button (plugin) gives error when liking facebook.com page

I'm trying to add the facebook like button plugin to a site, and the target URL is a facebook.com page. When I click the button, it changes to show that I like the page, then immediately changes back ...
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
1k views

FBML fb:tabs problems

I got a problem while developing my first facebook api, I am using fb:tabs in my api. But I got some problems. <div> <fb:serverfbml style="width: 650px;"> <script ...
2
votes
2answers
2k views

Is it possible to create and manage a group using the the facebook api

I am new to facebook application development and I am looking fro a way to create and manage a group using the the facebook api? There is a get and get list call but I have not found a way to manage ...
1
vote
0answers
128 views

channelUrl and stale pages, how to avoid

I am using the FB Javascript SDK in a website and it seems that the channel.php file is forcing my content to not refresh. In the channel.php file I have the following: <?php $cache_expire = ...
1
vote
1answer
103 views

MP3 not playing in FBML

Our application is dead, I'm using FBML mp3 tag for audio loading <fb:mp3 src="http://musicurl.mp3" title="title" artist="artist" album="album"/> The app is used for more than 100k users and ...
1
vote
1answer
190 views

Comment box disappearing when clicking “Like”

I have a Like button on my web site which I generated using this link: http://developers.facebook.com/docs/reference/plugins/like/ The code for my button looks like this: <div ...
1
vote
1answer
666 views

FB.XFBML.parse not working to reload FBML

I load the following with an AJAX request. It works fine with non-ajax requests. <div class='center' id='fb_invite_box'> <fb:serverfbml width="646" id="serverFbml"> ...
1
vote
2answers
97 views

facebook static fbml problem

I am facing a big big problem with adding a static page to my fan page, so i created a fan page using static FBML. Now here the problem starts. when i go to edit page, and then select apps.The ...
1
vote
1answer
113 views

What is the difference between User permission and Friends permission on Facebook?

http://developers.facebook.com/docs/authentication/permissions/ I'm trying to decide which Read Permission to ask for from my users. What exactly am I getting from User permission and from Friends ...
1
vote
3answers
3k views

Facebook API's fb:registration returning “Invalid 'client_id'” when not connected to Facebook

I'm trying to use Facebook's registration tool for my website. I would like to allow Facebook users to login seamlessly to my website, but also non-Facebook users to create an account through that ...
1
vote
1answer
131 views

facebook visible-to-connection creates mega space on revealed content

I'm using the fbml and all is going well except for the extra space that displays when the page is UN-liked and there is a single image on the page. Liking the page results in displaying a 2nd image ...
1
vote
2answers
1k views

JavaScript/Iframe in static FBML

Is there any way the following script can be embedded in static FBML? <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: ...
1
vote
1answer
641 views

Facebook Javascript SDK - Is there a call back function once fb:likes have been loaded?

I am wondering if it is possible to run some javascript once fb:like buttons have been loaded? In context: I am wanting to add a .fbloaded class to the body element to give greater control over the ...
1
vote
1answer
258 views

Count Comments for Facebook Posts?

i have a bunch of facebook post's, Any ideas how to get the one with the most comments as fast as possible? thanks for helping
1
vote
1answer
353 views

require_login(“publish_stream”) doesn't working now

because of this issue i cannot ask permission from user i want to publish a messgage to wall and news feed so how to do it using PHP here is my code $appapikey = "XXXXXXXXX"; $appsecret = ...
1
vote
1answer
362 views

Facebook Connect Bug? (Post-Authorise URL Being Put in Window Instead of OnLogin Callback)

I have a ASP.NET web site which uses Facebook Connect for authentication - using the JavaScript API and the Facebook Connect FBML Button. Here is the regular flow of events for a "Connect with ...
1
vote
1answer
3k views

Embedding a swf using fbml in a facebook app

I am using FBML to embed a swf file into my facebook application, but it shows the message that movie is not loaded. The piece of code that I am using for this is: echo " < fb:swf ...
0
votes
1answer
26 views

facebook like button - iframe widget off page

Hi, my facebook popin iframe widget from the like button is going off page. is there a method to prevent this? (the cut off portion on the right is the edge of my screen/browser)
0
votes
0answers
19 views

Facebook Register Plugin - Form submitting even though validation fails?

I'm using the Facebook Registration Plugin (http://developers.facebook.com/docs/plugins/registration/) to register users for our site. The problem is I can't seem to get custom validation working and ...
0
votes
0answers
14 views

getting an error in joomla page : JHTMLxfbml not supported. File not found

I am getting an error in the front page of my joomla page JHTMLxfbml not supported. File not found. my site www.importexportcyprus.com I dont know how to solve this. I installed a couple of ...
0
votes
2answers
263 views

How do you display user name on Facebook tab without forcing user to allow

How do you display the user name / visitor name on a Facebook tab (Facebook app created in an Iframe) without requiring the user to accept additional permissions. I have tried to use PHP and other ...
0
votes
0answers
80 views

Facebook “Comment plugin” not showing up on news feed

Even on the http://developers.facebook.com/docs/reference/plugins/comments/ I post a comment > make sure check box for "Post to profile" is selected > Click "Comment" > The comment successfully is ...
0
votes
0answers
173 views

Can I comment to post using fb-comments Social Plugin?

Is there a way to add a comment to a post using Social Plugin, without using Graph API? Let's assume I have a page containing a post notification (like the one sent to the email right after someone ...
0
votes
1answer
36 views

How to get clicked elelment in <fb:visible-to-connection>-context?

It seems FB have removed the possibility to get the the clicked element (i.e. this) in the context of <fb:visible-to-connection>. I.e: <a onclick="doSomething(this);">test</a> ...
0
votes
1answer
88 views

Facebook API to search friend's properties

It's possible to access friend names in the Graph API. However, I want a method - either via the graph or App API to be able to search based on specific properties. Eg: searching for all friends ...
0
votes
2answers
146 views

Limit friends invitation in Facebook Application + Invited users IDS + disabling invited users

I'm stuck on these three things. Firstly, I'd like to limit invitation count depending on users action i.e. max invitations to 3 friends. Not all, not 30, just 3. I set max attribute, but it doesn't ...
0
votes
3answers
176 views

Directing users to facebook login page without asking for permissions

I'm trying to redirect users to the facebook login page then back to my app without the Log In to app page displaying. Is this possible? I've looked into the "next" parameter which is automatically ...
0
votes
1answer
145 views

Redirect from a TAB to a Website

My developement team is creating diferent Tabs for one of our Facebook Brand Pages. These tabs are intended to redirect the user to specific sections in the company's website. I suggested that ...
0
votes
0answers
110 views

Can't see all comments using fb:comments plugin + like button problem

I'm using the fb:comments plugin, and for some reason not all users can see all the comments that were added. The comments counter doesn't show the right number too. Is there any privacy restrictions ...
0
votes
1answer
252 views

FB send dialog box not able to send message

Hi I am getting an error every time when I try to send link with send dialog box, please any one help me out. Error Detail: - "Sorry, something went wrong. We're working on getting this fixed as soon ...
0
votes
2answers
246 views

Facebook Login Button Question

I'm trying to implement a login and registration system with facebook. I'm using the code below: <div id="fb-root"></div> <script type="text/javascript"> window.fbAsyncInit = ...
0
votes
1answer
106 views

Delete a comment by Graph API from fb:comments posted by an user? Yes, again

Because a moderator has deleted the same point on the same topic, i open a new question (yes, is stupid to do it, but i don't make the rules) I have a comment box with fb:comments, but the new api ...
0
votes
1answer
176 views

change fb:like to div element, possible?

Can this be replacd into <div class="facebook... , i do not want to use facebook prefix. i want to use div tag as it is more standard html <fb:like layout="box_count" show_faces="false" ...
0
votes
1answer
114 views

Iframes v FBML - Why transfer?

I have lots of Facebook Fanpages, and I have been told on many occasions to change to iFrames. Facebook developing isn't really my main thing so I havent kept upto date with the change as FBML worked ...
0
votes
1answer
169 views

How to invite friends using facebook?

Note: dont think it as repeat of any other similar questions. We have options to display the 'Invite Friends' dialog using Legacy FBML and javascript (it also uses FBML) and they are working fine. ...
0
votes
0answers
325 views

Different images to be displayed eachtime a Fb:like button is clicked on FBML

Ive been trying to get this to work for quite some time, now, im creating an FBML page with different products, below each product Ive added a "like" button using the "FB:COMMENTS" tag , (used css to ...
0
votes
0answers
252 views

Multiple Like buttons on an fbml Facebook Page Tab

I need to create a Like-gated tab on a Facebook Page. This means I have to use fbml. But I also need to put multiple Like buttons on a single page. I've found multiple references to how to put a ...
0
votes
1answer
666 views

fb is undefined

I have a problem with Internet Explorer. But before proceeding my question let me give you the details. I have wordpress installed on my website. I installed following plugin: Facebook Comments for ...
0
votes
1answer
228 views

Facebook comments on web-site and on on facebook page

I have a web-site, where I have facebook comments social plugin on each page and I have facebook page, where I publish items as "shared links" from my site via RSS (through dlvt.it). Links to items ...
0
votes
2answers
217 views

Facebook Friend Selector without FBML

Since facebook shut down FBML the friend selector tab I installed doesn't work anymore. Is there an alternative that functions without FBML?
0
votes
1answer
267 views

Can i use fb.ui with FBML Canavas Applications?

I know it's an easy question but I used to make Iframe inside my FBML and put some javascript SDK Codes , is there any way to use fb.ui instead the FBJS in fbml CANAVAS applications?
0
votes
1answer
706 views

Facebook Javascript SDK change friend selector submit button text

I'm trying to use the Facebook Javascript UI method to show a friend selector dialog. However, because my app doesn't actually send invites to the selected friends, the text of the submit button is ...
0
votes
0answers
337 views

FaceBook Like Button in a new Page Canvas “tab”

Well, I have created a new Fan Page, with the new layout and added a new canvas tab. The app will be dynamic, as in it's about various articles that i access through the database. I have a like button ...
0
votes
1answer
663 views

How create an app like Facebook wall

I need to develop an app like http://www.facebook.com/pampers?v=app_151853638190293 It's a facebook wall, i'm using php.

1 2