Analyze the following code and state whether the statement that follows is true or false? <a href="javascript:alert('Hi');">click me</a> The above code shows a runtime error.
By passing the email param to which method can email notifications be sent?
notifications.send 100.0%
notifications.sendEmail 0.0%
notifications.email 0.0%
By submitting which variable can Facebook Applications use cross-domain scripting when authenticating the auth token?
sig 0.0%
domain_script 0.0%
callback 100.0%
script_token 0.0%
Does facebook.events.getMembers return the RSVP status for the Facebook members for a given event?
For which division in the Facebook are the following style properties mainly used? background: #D8DFEA none repeat scroll 0%; border-top: 1px solid #3B5998; margin: 0px; ...
Left panel 0%
Right panel 0%
Header 0%
Footer 0%
How does the Facebook API tie accept IP addresses to your application?
The first IP to connect to the application is always allowed and the rest are disallowed. 0%
A variable called valid_ips is passed upon logging into the application. 0%
When the api_key variable is passed to FBAPI, the API can pull these IPs from your application profile. 0%
How many character strings do the user preferences for the API consist of for each user?
16 0.0%
32 0.0%
64 100.0%
128 0.0%
256 0.0%
How many maximum items do batch APIs contain?
10 0%
20 0%
30 0%
40 0%
No limit 0%
How many maximum notifications can be sent by an application per day?
40 100.0%
60 0.0%
80 0.0%
100 0.0%
No limit 0.0%
What does data.getObjectTypes method do?
This method is not related to Facebook API. 0%
This method returns a list of all defined object types. 0%
This method returns the detailed definition of an object type. 0%
This method returns the properties of a list of objects by ids. 0%
What does the Data.getAssociatedObjectsCount do?
It is not a function or method associated with the API. 0%
This method returns the count of object ids that are associated with a specified object. 0%
This method counts the items in an array and then converts them to JSON. 0%
This method returns the counts of the associated objects of a list of objects. 0%
What does the parameter sig mean?
The application key associated with the calling application 0%
The sequence number of the request 0%
An MD5 hash of the current request and your secret key 0%
The session key of the logged in user 0%
None of the above 0%
What does the parameter skipcookie mean?
An alternative way for the login page that does not contain any Facebook navigational elements 0%
You can pass this to the Facebook login URL to allow a user to re-enter their login information 0%
Avoid cookie being stored on the client system 0%
Infinite session should be maintained to avoid relogin 0%
What will happen if you execute the following FQL query? SELECT eid, name, location FROM event WHERE eid IN (SELECT eid FROM event_member)
The query successfully executes returning eid, name and location. 0%
An error is raised and the error message ‘The field you requested does not exist’ is shown. 0%
The resulting XML response shows an error message: Error while parsing FQL statement. 0%
The error message ‘The table requested doesn't exist’ is shown. 0%
None of the above 0%
When will the API_EC_TIMEOUT error come?
When the user's login credentials for Facebook are incorrect 0%
When the applications API key is invalid 0%
When the user already has an application session open with another application 0%
When the current session key expires 0%
Which category of REST API calls provides methods to send messages to the users?
facebook:users 0%
facebook:notifications 0%
facebook:events 0%
facebook:feed 0%
Which communication protocol is used when executing the auth.createToken method in Desktop applications?
Which error messages are associated only with FQL?
Error while parsing FQL statement 0%
The submitted call_id was not greater than the previous call_id for this session 0%
One of the parameters specified was missing or invalid 0%
Which error messages are associated only with the photos.addTag method?
Invalid user id 0%
Invalid album id 0%
Invalid photo id 0%
Missing or invalid file 0%
Which FQL function returns the position of the character needle in the string haystack?
strlen() 0%
strstackpos() 0%
strpos() 0%
strfind() 0%
Which FQL method is similar to the following query? SELECT eid, name, tagline, nid, pic, pic_big, pic_small, host, description, event_type, event_subtype, start_time, end_time, crea...
facebook.events.getMembers 0%
facebook.events.get 0%
facebook.events.getAppMembers 0%
None of the above. 0%
Which group of API functions has a mechanism that provides better performance for lookups without centralized indexes?
Specialized tables 0%
Distributed tables 0%
Associations 0%
Specialized procedures 0%
None of the above 0%
Which method can be used to return a set of gids associated with uids?
facebook.users.getInfo 0%
facebook.groups.get 0%
facebook.friends.get 0%
facebook.groups.getUsers 0%
None of the above. 0%
Which method is used when adding a link under the user's profile image?
profile.setFBML() 0%
profile.setProfileAction() 0%
profile.setProfileFMBL() 0%
profile.setProfileLink() 0%
Which method of Facebook class checks for the session key and redirects the user to the Facebook website to perform the authentication if it is unable to find the session key for the user to work w...
require_user() 0%
auth_login() 0%
auth_user() 0%
require_login() 0%
Which method returns a list of your friends?
friends.getLists 0%
friends.areFriends 0%
friends.getAppUsers 0%
friends.get 0%
Which method returns the identifiers of friends signed up for the calling application?
friends.getLists 0%
friends.getAppUsers 0%
friends.areFriends 0%
friends.get 0%
Which of the following are not valid FBML methods?
facebook.fbml.refreshImgSrc 0%
facebook.fbml.setRefHandles 0%
facebook.fbml.refreshRefUrl 0%
facebook.fbml.refreshSrcImg 0%
Which of the following are the two most important pieces of information that must be added to every page of your application?
Session key 0%
Secret key 0%
API key 0%
Infinite session 0%
User Id 0%
Which of the following constants can be used in a tag that requires the UID of the current user?
user_id 0%
profileowner 0%
profileuser 0%
loggedinuser 0%
Which of the following error messages is not associated only with the feed.publishTemplatizedAction method?
One or more of the target ids for this story are invalid. They must all be ids of the friends of the acting user. 0%
Either the required parameters are missing from the feed story title template or all the parameters have not been defined in the title_data array. 0%
The application has reached the maximum number of requests allowed. More requests are allowed only when the time window has completed. 0%
The feed story body_data argument was not a valid JSON-encoded array. 0%
Which of the following is not a component of the Facebook Platform?
Client Libraries 0%
FQL 0%
FBML 0%
SOAP 0%
Which of the following is not a valid Facebook API error message?
The request has come from a remote address not allowed by this application. 0%
The API key submitted is not associated with any known application. 0%
Wrong number of arguments has passed into the function. 0%
The parameters specified have null values. 0%
Which of the following is not an FQL table?
user 0%
event_member 0%
group_member 0%
friend_member 0%
Which of the following methods is used to calculate the Feed Points(FP)?
ceil( FRIENDS / 20 ) * PRIORITY 0%
ceil( PRIORITY / 20 ) * USERS 0%
ceil( USERS / 20 ) * FRIENDS 0%
ceil( PRIORITY / 20 ) * FRIENDS 0%
Which of the following methods is/are used to publish news feed stories to the friends of the user who has added an application?
Stream.publish 0%
feed.publishStoryToUser 0%
Facebook servers do it automatically 0%
Which of the following methods takes a query and returns a response object?
fql.query.execute 0%
fql.query 0%
fbapi.fql.query 0%
None of the above 0%
Which of the following prefixes distinguishes between HTML and FBML commands?
fb: 0%
htfb: 0%
fbml: 0%
None of the above 0%
Which of the following syntaxes are valid for setStyle method?
obj.setStyle('height', '200'); 0%
obj.setStyle('text-decoration', 'underline') 0%
obj.setStyle({color: 'black', background: 'white'}); 0%
Which one of the following is the Error code for the message 'Invalid photo id'?
110 0%
111 0%
121 0%
130 0%
Which REST API method creates an authentication token which is then passed to the Facebook authentication mechanism?
facebook.auth.createToken 0%
facebook.auth.getToken 0%
facebook.auth.getSession 0%
facebook.auth.createSession 0%
Which type of associations are associations between objects that can happen when there’s no need to look up a value by some ID for a given object?
One-way associations 0%
Symmetric associations 0%
Asymmetric associations 0%
None of the above 0%
Which type of parameters does Batch API require while calling?
JSON array 0%
data 0%
fb_sig 0%
bool 0%
markup 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%