Facebook Open Platform Development Test
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?
By submitting which variable can Facebook Applications use cross-domain scripting when authenticating the auth token?
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; ...
How does the Facebook API tie accept IP addresses to your application?
How many character strings do the user preferences for the API consist of for each user?
How many maximum items do batch APIs contain?
How many maximum notifications can be sent by an application per day?
What does data.getObjectTypes method do?
What does the Data.getAssociatedObjectsCount do?
What does the parameter sig mean?
What does the parameter skipcookie mean?
What will happen if you execute the following FQL query? SELECT eid, name, location FROM event WHERE eid IN (SELECT eid FROM event_member)
When will the API_EC_TIMEOUT error come?
Which category of REST API calls provides methods to send messages to the users?
Which communication protocol is used when executing the auth.createToken method in Desktop applications?
Which error messages are associated only with FQL?
Which error messages are associated only with the photos.addTag method?
Which FQL function returns the position of the character needle in the string haystack?
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...
Which group of API functions has a mechanism that provides better performance for lookups without centralized indexes?
Which method can be used to return a set of gids associated with uids?
Which method is used when adding a link under the user's profile image?
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...
Which method returns a list of your friends?
Which method returns the identifiers of friends signed up for the calling application?
Which of the following are not valid FBML methods?
Which of the following are the two most important pieces of information that must be added to every page of your application?
Which of the following constants can be used in a tag that requires the UID of the current user?
Which of the following error messages is not associated only with the feed.publishTemplatizedAction method?
Which of the following is not a component of the Facebook Platform?
Which of the following is not a valid Facebook API error message?
Which of the following is not an FQL table?
Which of the following methods is used to calculate the Feed Points(FP)?
Which of the following methods is/are used to publish news feed stories to the friends of the user who has added an application?
Which of the following methods takes a query and returns a response object?
Which of the following prefixes distinguishes between HTML and FBML commands?
Which of the following syntaxes are valid for setStyle method?
Which one of the following is the Error code for the message 'Invalid photo id'?
Which REST API method creates an authentication token which is then passed to the Facebook authentication mechanism?
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?
Which type of parameters does Batch API require while calling?
With desktop applications, which parameter can be used to create a call stack?