Tagged Questions

0
votes
2answers
34 views

FBJS and Dom Ready

I want to know how can I use $(document).ready or something like that in FBJS for Facebook applications. I tried $(document).ready but it ain't working. Also I couldn't find any associated document... …
0
votes
1answer
11 views

fbjs setInnerFBML does not work in Safari

Hi I am having problems using fbjs and creating a div dynamically and then using appendChild to append it to an existing div. heres an example: var count = 0; function addDiv(){ var theDiv = …
-6
votes
0answers
69 views

Slow Performance For Facebook AJAX App [closed]

I have written a Facebook game in PHP Zend Framework and FBJS. The link to the game is here (WARNING: You must give the game access to your FB profile to play it) The problem occurs when move train …
0
votes
1answer
23 views

How to post sheduled posts on my friends wall in facebook

Hi, I want to post updates or messages about my application to my friends .How to post updates or messages on friends wall at specified time interval. Thanks in advance...
0
votes
0answers
17 views

how to add my application icon next to link button in facebook using api

Hi, I have created application in facebook. I want to add my application after link button where photos,video,calendat,event,link and more buttons are there. Is there any possibility to add my …
1
vote
3answers
60 views

How do I debug issues that I can’t reproduce on my dev system?

I have recently finished phase 1 of my Facebook game: Rails Across Europe It works fine on my dev system, but other people report errors and timeouts when they try to run it. Does anyone know how I …
1
vote
2answers
108 views

How do I get the UserVoice Feedback Tab to display on a Facebook app page using FBML?

I have a Facebook application that is using FBML and I want to include the UserVoice feedback tab widget on my app's pages. I copied and pasted the JavaScript into my FBML page, but when Facebook …
1
vote
6answers
121 views

Is it a bad idea to auto generate javascript code from the server?

I'm developing a facebook app right now all by my lonesome. I'm attempting to make a javascript call on an onclick event. In this onclick event, I'm populating some arguments (from the server side in …
0
votes
2answers
41 views

Grabbing data from an i-frame embedded Facebook application

Using an iFrame, someone on my website can access their Facebook account, display a list of their photo albums, and then display photos from selected albums. At the moment, when the user clicks a …
0
votes
2answers
158 views

facebook - using FBJS in iframe applications

Hi all, I am trying to use FBJS in my iframe app. Nothing that I write seems to work. Any ideas?
0
votes
1answer
30 views

Need some help synch’ing outer loop counter with dialog.onconfirm()

I am writing a game for Facebook. IN the following code, I have a problem. I have a for loop executing, and in that loop, I call a dialog and implement 'onconfirm' for the dialog. The problem is that …
0
votes
1answer
161 views

addEventListener() attached to multiple buttons, but only fires once

I am writing a Facebook app in PHP/FBJS. I have some code where I attach an addEventListener() to two buttons. When I run the app, the first button I click on fires the addEventListener() and the …
0
votes
2answers
72 views

addEventListener() question/weird behavior

I'm developing a game for Facebook. I'm using PHP and FBJS. I'm using addEventListener() to attach events to two buttons. Each button has it's own event handler which is a js function. The first event …
0
votes
1answer
66 views

Facebook FBJS UTC

I am pulling in data from a JSON file using FBJS AJAX. On of the values in the json file is a date. The date has a UTC format, Date(1255535021000-0600). However, I am getting an "invalid date" or …
0
votes
1answer
83 views

Why is FBJS dropping my ‘onclick’ attribute from this input element?

When I include an 'onClick' attribute in setInnerXTHML() like this: var innerHtml = '<span>Build Track: Select a city where track building should begin'+ '<div …

1 2 next
15 30 50 per page