FBJS in facebook
Posted
by gacon
on Stack Overflow
See other posts from Stack Overflow
or by gacon
Published on 2009-06-26T03:41:35Z
Indexed on
2010/04/13
7:53 UTC
Read the original article
Hit count: 324
JavaScript
I want to use javascript in my facebook application, but I don't know how to start with FBJS to use it. Someone help me please! just something like
<div onclick="greeting();">click me</div>
<script>
function greeting(){
alert("hello world");
}
</script>
© Stack Overflow or respective owner