A developer has to be logged in to use the test console.
A Facebook application can have an infinite session:
A user must log into Facebook before using your application.
API stands for...
A Programmatic Inheritance 0.0%
Alpha Production Interface 0.0%
Alpha Programming Service 0.0%
Application Programming Interface 100.0%
Applications can send notification messages to a Facebook user's inbox.
At most an application can send how many notifications per day?
60 0.0%
40 100.0%
25 0.0%
10 0.0%
Desktop applications must use which protocol when executing the auth.createToken method?
HTTP 0.0%
HTTPS 0.0%
IMAP 0.0%
JSON 100.0%
Email notifications are sent in plain text only; they do not support html.
Email notifications can be sent by passing the email param to which method?
notifications.send 100.0%
notification.sendEmail 0.0%
notify.email 0.0%
notifications.email 0.0%
Email notifications must always include the fb:name tag in the beginning email body.
Error code 103 indicates that your signature is incorrect.
Error code 103 indicates that....
The application has reached the maximum amount of requests allowed. 0.0%
The service is not allowed at this time. 0.0%
The submitted call_id has not incremented since the last call_id was passed. 100.0%
An unknown error has occurred. 0.0%
Facebook API is only compatible with open source servers like Linux.
Facebook Applications can use cross-domain scripting by submitting which variable when authenticating the auth token?
sig 0.0%
domain_script 0.0%
callback 100.0%
script_token 0.0%
FBML stands for...
Facebook Meeting Layer 0.0%
Facebook Manipulation Layer 0.0%
Facebook Mega Language 0.0%
Facebook Markup Language 100.0%
Finished applications that have been submitted show up in...
Google 0.0%
Developers Discussion Group 0.0%
Developers News Feed 0.0%
Facebook Application Directory 100.0%
For a balanced and centered profile box your content must be about how many pixels wide?
75px 0.0%
180px 100.0%
220px 0.0%
FQL stands for...
Facebook Quotation Layer 0.0%
Free Query Logistics 0.0%
Facebook Query Logistic 0.0%
Facebook Query Layer 0.0%
Facebook Query Language 100.0%
FQL supports certain string function calls that can evaluate a string before executing a query.
How can an application publish a user action to the public news feed?
fql.publishStory 0.0%
notifications.send 100.0%
feed.publishActionOfUser 0.0%
Facebook servers do this automatically. 0.0%
How can you find out which of the user's friends are also subscribed to your application?
You cannot find this out. 0.0%
fql.query("select user, uid from friends where app_id='".$appID."'); 100.0%
friends.getAppUsers() 0.0%
How do you change the format that Facebook methods will use to return data to your application?
Change the format in your application preferences. 0.0%
Your application must format the data to the type you want. 0.0%
Your application will pass a 'format' GET variable to the API indicating a supported format. 100.0%
You cannot change the format; Facebook only supports XML. 0.0%
How does the Facebook API tie accepted IP addresses to your application?
The first IP to connect to the application is always allowed and the rest are disabled. 0.0%
A variable called valid_ips is passed upon logging into the application. 0.0%
When the api_key variable is passed to FBAPI the API can pull these IP's from your application profile. 100.0%
How many users must be subscribed to your application before it can be added to the application directory?
1 0%
2 0%
5 0%
7 0%
10 0%
If your API key is invalid you will receive the following error number from the Facebook API:
1 0.0%
3 0.0%
565 0.0%
101 100.0%
102 0.0%
In which situations will you recieve the $API_EC_TIMEOUT error?
When the user's login credentials for Facebook are incorrect. 0.0%
When the applications API key is invalid. 0.0%
When the user already has an application session open with another application. 0.0%
When the current session key expires. 100.0%
Of the allotted amount of notifications that your application can send per day, how many of these can be emails?
2 0%
5 0%
10 0%
15 0%
20 0%
25 0%
On the application's About Page a user will always see all of the developer's personal Facebook account information.
The deletion associated to data.dropObjectType is reversible.
The Facebook Groups.get method returns how many image options for each event?
The Facebook v1 API supports SOAP protocols.
The FB API requires only one key to be passed when connecting.
The FQL syntax equivalent to the friends.get method is...
SELECT friends FROM user_friends WHERE userid1=loggedInUid 100.0%
SELECT this FROM friends WHERE uid1=loggedInUid 0.0%
SELECT uid2 FROM friend WHERE uid1=loggedInUid 0.0%
SELECT user_friends FROM users WHERE (uid1=loggedInUid and friends=uid2) 0.0%
The FQL syntax for returning the current timestamp is which of the following?
time() 0%
now() 0%
timestamp() 0%
currenttime() 0%
timeanddate() 0%
The only way to get the Facebook ID of the user who is logged in is to use this method: users.getLoggedInUser
The sig parameter passed to the authentication method is a md4 hash of the current request and your secret key.
The url for the Facebook Developer Portal is...
http://facebook.com/developers 0%
http://facebook.com/development 0%
http://developer.facebook.com 0%
http://www.developers.facebook.com 0%
To find out if a user has added your application you should use the following method:
user.checkForApp 0%
users.hasAddedApp 0%
users.isAppAdded 0%
users.appHasBeenAdded 0%
To log out of a Facebook application you must link to:
http://www.facebook.com/logout.php 0%
http://www.facebook.com/logout.php?logout=true 0%
http://www.logout.facebook.com/ 0%
http://www.facebook.com/logout.php?confirm=1 0%
To override your callback url you must pass the following parameter to the Facebook API:
override 100.0%
url 0.0%
canvas 0.0%
nextpage 0.0%
To send notifications to another Facebook user through your application, that user must be�
logged into Facebook 0%
in the same network as you 0%
subscribed to the same application 0%
in your friends list 0%
To stay connected to an external application the user usually must...
Set this option in their user settings. 0%
Check off "Save my login info" box on the login page. 0%
Set this option in the applications settings. 0%
Only applications built by Facebook can do this. 0%
What are Facebook flavors?
An application that assigns favorite flavors to persons profiles. 0%
An acronym for Facebook Language Anatomy Vector Oriented Raster Structure. 0%
The interpreter that renders and validates FBML. 0%
A data structure for executing Regular Expressions within FBML. 0%
What are Profile Action Links?
Links on your application which lead to a user's profile. 0.0%
Links on a user's profile at the bottom of the page leading to your application. 0.0%
Links under the user's profile picture which link to more information about their use of your application. 100.0%
What are the dimensions of the Facebook canvas?
width:646px height:auto 0%
width:503px height:900px 0%
width:700px height:auto 0%
width:unlimited height:unlimited 0%
What does the Data.getAssociatedObjectsCount do?
This is not a function or method associated to the API 0%
This method returns the count of object ids that are associated with a specified object. 0%
This method counts items in an array and then converts to JSON. 0%
What is a Post-Add Url?
The url from which you will post information to Facebook. 0%
The url of the applications home page: http://apps.facebook.com/appname/ 0%
A url for only external applications. 0%
What is FBJS:
Facebook Job Search 0%
Facebook Java Servlet 0%
Facebook Java Script 0%
Facebook Joining System 0%
What is MockAJAX?
MockAJAX is a dynamic FBML method that allows you to display lightbox alert and confirm boxes. 0%
MockAJAX is an open source framework you should download to build your application. 0%
MockAJAX is flash that acts like AJAX. 0%
What restrictions are put on your applications logo?
100px x 100px and must be JPG 0%
75px x 75px and can be JPG, GIF, or PNG 0%
16px x 16px and can be JPG, GIF, or PNG 0%
When creating a photo album, what is the default return value for cover_pid?
1 0.0%
the same as your album_id 0.0%
101 0.0%
0 100.0%
When tagging a photo using the photos.addTag method you can pass which two parameters to create a box around the persons face?
x,y 0%
left,top 0%
area.x,area.y 0%
When tagging a photo using the photos.addTag method, the tags parameter is normally in what format?
XML 0%
CSV 0%
JSON 0%
$_GET 0%
When using the friends.areFriends method, which form of data can the uid parameters be in?
integer 0%
decimal 0%
array 0%
string 0%
object 0%
When using the Groups.get method, what is returned if both optional parameters are omitted?
Nothing is returned. There are no optional parameters. 0%
All groups related to the session user are returned. 0%
All groups joined in the last month are returned. 0%
The last 10 groups associated to the user session are returned. 0%
When using the photos.getAlbums method, what will happen if you omit the optional parameters?
You will get an array of the entire list of all the albums by the logged in user 0%
You will get an array of the last album created by the logged in user 0%
You will get an array of albums that the user is tagged in 0%
You will get a 100 Error 0%
Which album will be used if no album is specified when using the photo.upload method?
A 'default' album is created 0%
The photos are added to the last created album 0%
The photos are added to the application default album 0%
The photos are added to the profile as if the user had been tagged 0%
Which formats does the auth.createToken method support when returning data?
JSON 0%
XML 0%
XLS 0%
CSV 0%
String 0%
Which FQL statement example is most likely to return the user's friends who are also subscribed to your application?
SELECT uid FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1=$loggedInUid) AND is_app_user 0%
SELECT app FROM apps WHERE uid IN (SELECT apps FROM friend WHERE uid1=$loggedInUid) AND has_app 0%
SELECT apps FROM user_apps WHERE uid IN (SELECT user FROM friend WHERE uid1=$loggedInUid) AND has_app_added 0%
UPDATE apps SET user_apps=$loggedInUid WHERE uid IN (SELECT user FROM friend WHERE uid1=$loggedInUid) AND has_app_added 0%
Which Hex color code does Facebook use for the Header and Links?
#3b5998 100.0%
#ddefef 0.0%
rgb(244,344,22) 0.0%
#ccc 0.0%
Which method is used when adding a link under the user's profile image?
profile.setProfileAction() 0%
profile.setFBML() 0%
profile.setProfileLink() 0%
profile.setProfileFMBL() 0%
Which non-standard characters can you set as the 'separator' parameter when authenticating your application session?
Which non-standard parameter is required when using the photos.createAlbum method?
description 0%
name 0%
location 0%
Which of the following are NOT optional parameters that can be passed to the feed.publishStoryToUser method?
image 0%
title 0%
body 0%
header 0%
link 0%
Which of the following is not a FQL table?
user 0.0%
friend 0.0%
email_address 100.0%
group 0.0%
group_member 0.0%
Which of the following is not an event RSVP status?
attending 0.0%
not sure 0.0%
declined 100.0%
not_replied 0.0%
Which parameter value invokes a redirect after a user logs into Facebook to authenticate your application session?
redirect 0%
next_page 0%
next 0%
follow 0%
go_to 0%
Which two options are available for Cavnbase page url type in your application settings?
Use FBML / Use FBSQL 0%
Use FBML / Use Iframe 0%
Use External Page / Use Internal Page 0%
Which types of applications does the Facebook API support?
External Web Apps 0%
External Desktop Apps 0%
Internal Facebook Apps 0%
Integrated Desktop Servers 0%
Email Apps 0%
Which types of interface does the Facebook API use?
REST 0%
HTTP 0%
MVC 0%
SOAP 0%
Which url would allow you to open a Facebook login box without leaving the application page?
http://www.facebook.com/login.php?api_key=YOUR_API_KEY&v=1.0&slient_login=true 0%
http://www.facebook.com/login.php?api_key=YOUR_API_KEY&v=1.0&login_prompt=1 0%
http://www.facebook.com/login.php?api_key=YOUR_API_KEY&v=1.0&popup=1 0%
Which variable in the php5 Facebook client has the user id saved?
$user_id 0%
$user 0%
profileuser 0%
user 0%
With desktop applications which parameter can be used to create a call stack?
request_id 0%
call_id 0%
process_id 0%
execute_id 0%
Within a Facebook Application the 'canvas page' is...
A small box on the user's profile page for the application to run in. 0.0%
A large news feed box on the user's profile page that the application runs in. 100.0%
A sidebar application that runs in the user's profile. 0.0%
The right column of the Facebook site. It can be as large, or larger than a user's profile page. 0.0%
You cannot use an Iframe to render content within a profile box.