English 中文(简体)
Hello world of FBJS
原标题:Hello world of FBJS
  • 时间:2011-02-03 17:22:50
  •  标签:
  • fbjs

我试图从联邦法院开始,我可以这样说。 关于开发商.facebook.com的文件似乎非常有限,而且难以通过我进行分类,因此可以说明在什么地方发现这种情况。

不管怎么说,我只是想去做表面上所显示的世界应用。

<script> 
<!-- 
function random_int(lo, hi) { 
   return Math.floor((Math.random() * (hi - lo)) + lo); 
} 

function hello_world(obj) { 
   var r = random_int(0, 255), b = random_int(0, 255), g = random_int(0, 255); 
   var color = r+ ,  +g+ ,  +b;
   obj.setStyle( color ,  rgb( +color+ ) ); 
} 
//--> 
</script>
</head>
<body>
    <a href="#" onclick="hello_world(this); return false;">Hello World!</a>

我不断看到这一错误,说该物体没有固定装置。 我认为,FBJS本应是 face的一部分。 我是否必须把 f列入我的血管?

Oh, and here s the url:

最佳回答

你的血管齐下。 这意味着你能够而且应当使用通常的 Java本。 如果你想要利用FBJS改变你对FBML模式的适用。 你可以在Facebook Integration部分提出申请。 见所附屏幕:

“FBML

问题回答




相关问题
How to use Facebook FBJS Feed Forms

I m trying to call a Feed Form in my Facebook application and I m not sure how to do so. I m not familiar with the FBJS and its API. Specifically I need the following dialogue to show up: http://wiki....

Facebook connect FBJS misssing accented characters

I use FBJS FB.Connect.streamPublish. The content of What s on your mind? field is filled by my code and includes accented characters. On IE it appears fine. On FireFox the accented character do not ...

Form Validation with FBJS

I ve a form validation problem with FBJS to use on Facebook application. I checked out validation examples on documentation and I can check textbox values with form.serialize(); but unfortunetely I ...

Change HTML SELECT OPTIONs using a json object in FBJS

I have a html select input with a default set of options (it has an ID). I also have a json object that looks like var replacement_options = { value 1 : display 1 , value 2 : display 2 .... How ...

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...

热门标签