Of the allotted amount of notifications that your application can send per day, how many of these can be emails?
Correct Answer:
10
Note: This Question is unanswered, help us to find answer for this one
Which album will be used if no album is specified when using the photo.upload method?
Correct Answer:
The photos are added to the application default album
Note: This Question is unanswered, help us to find answer for this one
How many users must be subscribed to your application before it can be added to the application directory?
Correct Answer:
5
Note: This Question is unanswered, help us to find answer for this one
When creating a photo album, what is the default return value for cover_pid?
Correct Answer:
0
Note: This Question is unanswered, help us to find answer for this one
Which variable in the php5 Facebook client has the user id saved?
Correct Answer:
$user
Note: This Question is unanswered, help us to find answer for this one
At most an application can send how many notifications per day?
Correct Answer:
40
Note: This Question is unanswered, help us to find answer for this one
A user must log into Facebook before using your application.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
To send notifications to another Facebook user through your application, that user must be?
Correct Answer:
subscribed to the same application
in your friends list
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
You cannot use an Iframe to render content within a profile box.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Which non-standard parameter is required when using the photos.createAlbum method?
Correct Answer:
Name
Note: This Question is unanswered, help us to find answer for this one
When tagging a photo using the photos.addTag method you can pass which two parameters to create a box around the persons face?
Correct Answer:
x,y
Note: This Question is unanswered, help us to find answer for this one
The only way to get the Facebook ID of the user who is logged in is to use this method: users.getLoggedInUser
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
How does the Facebook API tie accepted IP addresses to your application?
Correct Answer:
When the api_key variable is passed to FBAPI the API can pull these IP's from your
application profile.
Note: This Question is unanswered, help us to find answer for this one
Applications can send notification messages to a Facebook user's inbox.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
API stands for...
Correct Answer:
Application Programming Interface
Note: This Question is unanswered, help us to find answer for this one
What are Facebook flavors?
Correct Answer:
The interpreter that renders and validates FBML.
Note: This Question is unanswered, help us to find answer for this one
The FQL syntax for returning the current timestamp is which of the following?
Correct Answer:
now()
Note: This Question is unanswered, help us to find answer for this one
Which Hex color code does Facebook use for the Header and Links?
Correct Answer:
#3b5998
Note: This Question is unanswered, help us to find answer for this one
Error code 103 indicates that your signature is incorrect.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
How can an application publish a user action to the public news feed?
Correct Answer:
Facebook servers do this automatically.
Note: This Question is unanswered, help us to find answer for this one
The Facebook Groups.get method returns how many image options for each event?
Correct Answer:
2
Note: This Question is unanswered, help us to find answer for this one
Which parameter value invokes a redirect after a user logs into Facebook to authenticate your application session?
Correct Answer:
next
Note: This Question is unanswered, help us to find answer for this one
What is MockAJAX?
Correct Answer:
MockAJAX is a dynamic FBML method that allows you to display lightbox alert and confirm boxes.
Note: This Question is unanswered, help us to find answer for this one
Which types of applications does the Facebook API support?
Correct Answer:
External Web Apps
External Desktop Apps
Internal Facebook Apps
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which method is used when adding a link under the user's profile image?
Correct Answer:
profile.setFBML()
Note: This Question is unanswered, help us to find answer for this one
What does the Data.getAssociatedObjectsCount do?
Correct Answer:
This method returns the count of object ids that are associated with a specified object.
Note: This Question is unanswered, help us to find answer for this one
For a balanced and centered profile box your content must be about how many pixels wide?
Correct Answer:
180px
Note: This Question is unanswered, help us to find answer for this one
Which two options are available for Cavnbase page url type in your application settings?
Correct Answer:
Use FBML / Use Iframe
Note: This Question is unanswered, help us to find answer for this one
On the application's About Page a user will always see all of the developer's personal Facebook account information.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
The FQL syntax equivalent to the friends.get method is...
Correct Answer:
SELECT uid2 FROM friend WHERE uid1=loggedInUid
Note: This Question is unanswered, help us to find answer for this one
To override your callback url you must pass the following parameter to the Facebook API:
Correct Answer:
canvas
Note: This Question is unanswered, help us to find answer for this one
Facebook API is only compatible with open source servers like Linux.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
An application can check a user's private messages through Facebook's API.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
To log out of a Facebook application you must link to:
Correct Answer:
http://www.facebook.com/logout.php?confirm=1
Note: This Question is unanswered, help us to find answer for this one
The url for the Facebook Developer Portal is...
Correct Answer:
http://developer.facebook.com
Note: This Question is unanswered, help us to find answer for this one
To stay connected to an external application the user usually must...
Correct Answer:
Check off "Save my login info" box on the login page.
Note: This Question is unanswered, help us to find answer for this one
Email notifications can be sent by passing the email param to which method?
Correct Answer:
notifications.send
Note: This Question is unanswered, help us to find answer for this one
Which of the following are NOT optional parameters that can be passed to the feed.publishStoryToUser method?
Correct Answer:
header
Note: This Question is unanswered, help us to find answer for this one
What are Profile Action Links?
Correct Answer:
Links under the user's profile picture which link to more information about their use of your application.
Note: This Question is unanswered, help us to find answer for this one
With desktop applications which parameter can be used to create a call stack?
Correct Answer:
call_id
Note: This Question is unanswered, help us to find answer for this one
Within a Facebook Application the 'canvas page' is...
Correct Answer:
The right column of the Facebook site. It can be as large, or larger than a user's profile page
Note: This Question is unanswered, help us to find answer for this one
Which types of interface does the Facebook API use?
Correct Answer:
REST
HTTP
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
The FB API requires only one key to be passed when connecting.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
When using the photos.getAlbums method, what will happen if you omit the optional parameters?
Correct Answer:
. You will get a 100 Error
Note: This Question is unanswered, help us to find answer for this one
A Facebook application can have an infinite session:
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
A developer has to be logged in to use the test console.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Which url would allow you to open a Facebook login box without leaving the application page?
Correct Answer:
http://www.facebook.com/login.php?api_key=YOUR_API_KEY&v=1.0&popup=1
Note: This Question is unanswered, help us to find answer for this one
When using the Groups.get method, what is returned if both optional parameters are omitted?
Correct Answer:
All groups related to the session user are returned.
Note: This Question is unanswered, help us to find answer for this one
FQL stands for...
Correct Answer:
Facebook Query Language
Note: This Question is unanswered, help us to find answer for this one
In which situations will you recieve the $API_EC_TIMEOUT error?
Correct Answer:
When the current session key expires.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not an event RSVP status?
Correct Answer:
not sure
Note: This Question is unanswered, help us to find answer for this one
Email notifications are sent in plain text only; they do not support html.
Correct Answer:
10
Note: This Question is unanswered, help us to find answer for this one
Email notifications are sent in plain text only; they do not support html.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
What are the dimensions of the Facebook canvas?
Correct Answer:
width:646px height:auto
Note: This Question is unanswered, help us to find answer for this one
Which non-standard characters can you set as the 'separator' parameter when authenticating your application session?
Correct Answer:
&
?
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
When tagging a photo using the photos.addTag method, the tags parameter is normally in what format?
Correct Answer:
JSON
Note: This Question is unanswered, help us to find answer for this one
The Facebook v1 API supports SOAP protocols.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
What is FBJS:
Correct Answer:
Facebook Java Script
Note: This Question is unanswered, help us to find answer for this one
The deletion associated to data.dropObjectType is reversible.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a FQL table?
Correct Answer:
email_address
Note: This Question is unanswered, help us to find answer for this one
What restrictions are put on your applications logo?
Correct Answer:
75px x 75px and can be JPG, GIF, or PNG
Note: This Question is unanswered, help us to find answer for this one
To find out if a user has added your application you should use the following method:
Correct Answer:
users.isAppAdded
Note: This Question is unanswered, help us to find answer for this one
Email notifications must always include the fb:name tag in the beginning email body.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
The sig parameter passed to the authentication method is a md4 hash of the current request and your secret key.
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Users can leave questions and reviews on your application page.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Error code 103 indicates that....
Correct Answer:
The submitted call_id has not incremented since the last call_id was passed.
Note: This Question is unanswered, help us to find answer for this one
Desktop applications must use which protocol when executing the auth.createToken
method?
Correct Answer:
HTTPS
Note: This Question is unanswered, help us to find answer for this one
Which FQL statement example is most likely to return the user's friends who are also subscribed to your application?
Correct Answer:
SELECT uid FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE
uid1=$loggedInUid) AND is_app_user
Note: This Question is unanswered, help us to find answer for this one
How do you change the format that Facebook methods will use to return data to your application?
Correct Answer:
Your application will pass a 'format' GET variable to the API indicating a supported format.
Note: This Question is unanswered, help us to find answer for this one
FQL supports certain string function calls that can evaluate a string before executing a query.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
FBML stands for...
Correct Answer:
Facebook Markup Language
Note: This Question is unanswered, help us to find answer for this one
Finished applications that have been submitted show up in...
Correct Answer:
Facebook Application Directory
Note: This Question is unanswered, help us to find answer for this one
What is a Post-Add Url?
Correct Answer:
The url of the applications home page: http://apps.facebook.com/appname/
Note: This Question is unanswered, help us to find answer for this one
Which formats does the auth.createToken method support when returning data?
Correct Answer:
JSON
XML
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
If your API key is invalid you will receive the following error number from the Facebook API:
Correct Answer:
101
Note: This Question is unanswered, help us to find answer for this one
When using the friends.areFriends method, which form of data can the uid parameters be in?
Correct Answer:
integer
array
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Facebook Applications can use cross-domain scripting by submitting which variable when authenticating the auth token?
Correct Answer:
callback
Note: This Question is unanswered, help us to find answer for this one
How can you find out which of the user's friends are also subscribed to your application?
Correct Answer:
friends.getAppUsers()
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
To use the same functions across multiple classes.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Broad Target Categories, Connection Objects, Ad Statistics, Keyword Stats, Reach Estimate, Autocomplete Data
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Display Facebook stories
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
HTML5, XFBML and iframe
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Fetches all user information for the active user and friends
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
You can use the IN keyword in SELECT or WHERE clauses to do subqueries, and can reference variables in the outer query's scope
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Microformats
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
25
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
28 days
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Actor, App, Action, and Object
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Supports status updates, link shares and publishing Open Graph actions
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
17%
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Creation action
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
One
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
(@[USER_ID])
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Banners that have a white background
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Community, Conversation, Identity
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Batched requests
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Graph API Objects
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Photos
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
$facebook->getUser();
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
$user_id = $facebook->getUser();
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Graph API
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
JSON
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
GET /{group_id}/feed
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
app_id, redirect_uri, display
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
FQL
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
/me/feed
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
$facebook->api('/me');
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Getting friends' ID from /me/taggable_friends, and posting the ID using "tags" parameter
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
String that provides temporary, secure access to Facebook APIs
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
OAuth2.0
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
access_token, currency_id, name, timezone_id
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
iOS, Android, and the web
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Clicks
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
App Dashboard - top of the basic settings page
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Requiring all user's to log in immediately when using your app
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Client-side auth flow
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The developer should pass the exact return URL during the authorize call.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Jabber/XMPP
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Canvas page
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
og:
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Graph API, FQL, Open Graph, Dialogs, Chat, Ads API
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
/fql?q=SELECT+uid2+FROM+friend+WHERE+uid1=me()&access_token=...
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
User-generated requests and app-generated requests
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Facebook Query Language
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Children
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
App Secret and App ID
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Facebook Javascript
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Language will be English
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
X-FACEBOOK-PLATFORM SASL
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Let users easily sign up for your website with their Facebook account
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
User, App or Page
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of these
Note: This Question is unanswered, help us to find answer for this one
Facebook (Programming & App Development) MCQs | Topic-wise