Facebook Methods description: users.hasAppPermission
Checks whether the user has opted in to an extended application permission.

Checks whether the user has opted in to an extended application permission.
According to an Article on pcworld.in written by Carrie-Ann Skinner, it seems that social networking sites (including Facebook) are vulnerable to a buffer overflow in the Aurigma ActiveX image uploading software.
Aurigma ActiveX Image Uploader is an ActiveX control that provides the ability to upload pictures from the Internet Explorer browser to a remote machine. This […]
Following is a FBJS code sample to create a “Hello World!” program using Javascript with the Facebook specifications.
This will display a link ‘Hello World!’ that will change the color and the background randomly when clicked.
<a href=”#” onclick=”do_colors(this); return false”>Hello World!</a>
<script>
<!–
function random_int(lo, hi) {
return Math.floor((Math.random() * […]