MCQs > IT & Programming > Facebook Connect MCQs > Basic Facebook Connect MCQs

Basic Facebook Connect MCQ

1. The templateData property used while publishing Feed Stories to a Stream is a __________ encoded string.

Answer

Correct Answer: JSON

Note: This Question is unanswered, help us to find answer for this one

2. What is returned if both the gid and the uid parameters are omitted when using the groups.get Facebook API method?

Answer

Correct Answer: All the groups of the session user are returned.

Note: This Question is unanswered, help us to find answer for this one

3. Which of the following values is/are valid for the tags parameter of the photos.addTag Facebook API method?

Answer

Correct Answer: a and b

Note: This Question is unanswered, help us to find answer for this one

4. Which of the following API methods returns all comments for a given XID posted through a Comments Box?

Answer

Correct Answer: Comments.get

Note: This Question is unanswered, help us to find answer for this one

5. Which of the following client libraries can be used to store session information for a sub-domain when a base domain is specified to implement Facebook Connect across a number of sub-domains of your site?

Answer

Correct Answer: Javascript client library

Note: This Question is unanswered, help us to find answer for this one

6. Which of the following values must be specified if you want to implement Facebook Connect across multiple sub-domains of your site by sharing the same Connect API Key?

Answer

Correct Answer: Base Domain

Note: This Question is unanswered, help us to find answer for this one

7. What is the default value of the size attribute of the XFBML tag of a Facebook Connect site?

Answer

Correct Answer: normal

Note: This Question is unanswered, help us to find answer for this one

8.

What are the acceptable values for the content type that can be shared on Facebook using the following medium type tag?

Answer

Correct Answer:

News 


Note: This Question is unanswered, help us to find answer for this one

9. Which of the following XFBML tags is used for providing a conditional attribute around HTML markup?

Answer

Correct Answer:

Note: This Question is unanswered, help us to find answer for this one

10. Which of the following logo formats is supported by Facebook Connect when creating a new application using the Facebook Developer application?

Answer

Correct Answer: JPG

Note: This Question is unanswered, help us to find answer for this one

11. What is the data type of the call_id parameter passed with the events.getMembers Facebook API method?

Answer

Correct Answer: float

Note: This Question is unanswered, help us to find answer for this one

12. When using Facebook Connect, the minimum requirement to ensure a correct preview of a page of your website is to use which of the following tags?

Answer

Correct Answer: A title tag

Note: This Question is unanswered, help us to find answer for this one

13. Which of the following formats is/are supported by the auth.createToken Facebook API method while returning data?

Answer

Correct Answer: a and b

Note: This Question is unanswered, help us to find answer for this one

14. Suppose you are the administrator of a site. In which of the following modes can only the users you specify comment on your site?

Answer

Correct Answer: Whitelist mode

Note: This Question is unanswered, help us to find answer for this one

15. What is the maximum allowable size of a photo to be displayed on a Facebook Connect site whose size attribute is set to small?

Answer

Correct Answer: 130px

Note: This Question is unanswered, help us to find answer for this one

16. According to the policies applicable to Facebook Connect for iPhone, where should the Facebook favicon be placed?

Answer

Correct Answer: Bottom right corner of the profile picture

Note: This Question is unanswered, help us to find answer for this one

17. When developing a Facebook Connect for iPhone, which of the following formats for creating a session is/are correct?

Answer

Correct Answer: session = [FBSession sessionForApplication:myApiKey secret:myAppSecret delegate:self];

Note: This Question is unanswered, help us to find answer for this one

18. What is the default value of the number of fans that can be displayed in a Fan Box of a Facebook Connect site?

Answer

Correct Answer: 10 connections

Note: This Question is unanswered, help us to find answer for this one

19. Which of the following files needs to be included for Facebook Connect functionality that allows your site to access Facebook Connect features (like XFBML and JavaScript API calls) in JavaScript?

Answer

Correct Answer: FeatureLoader.js.php

Note: This Question is unanswered, help us to find answer for this one

20. What is the data type of the simple attribute of the XFBML tag of a Facebook Connect site?

Answer

Correct Answer: bool

Note: This Question is unanswered, help us to find answer for this one

21. When you create a new application using the Facebook Developer application, what is the maximum possible size of the Facebook Connect Logo that you may upload through the Facebook Connect Dialog?

Answer

Correct Answer: 99px wide and 22px tall

Note: This Question is unanswered, help us to find answer for this one

22. What is the data type of the size attribute of the XFBML tag of a Facebook Connect site?

Answer

Correct Answer: string

Note: This Question is unanswered, help us to find answer for this one

23. Which of the following features of Facebook Connect for iPhone allows you to make API calls?

Answer

Correct Answer: Objective-C RPC bridge

Note: This Question is unanswered, help us to find answer for this one

24. The default value of the format parameter of the photos.getTags Facebook API method is _______________.

Answer

Correct Answer: XML

Note: This Question is unanswered, help us to find answer for this one

25. The condition attribute is a/an __________ attribute of the XFBML tag of a Facebook Connect site.

Answer

Correct Answer: optional

Note: This Question is unanswered, help us to find answer for this one

26. Which of the following keys are made available when you create a new Facebook application to integrate your site with Facebook Connect?

Answer

Correct Answer: Secret Key

Note: This Question is unanswered, help us to find answer for this one

27. Which Facebook API methods returns the IDs of the current user's friends who already have connected accounts through Facebook Connect?

Answer

Correct Answer: friends.getAppUsers

Note: This Question is unanswered, help us to find answer for this one

28. Which of the following types of notifications is sent to application users who are not friends of the application user who generates the notification when working with the notifications.send Facebook API method?

Answer

Correct Answer: User-to-user notification

Note: This Question is unanswered, help us to find answer for this one

29. Suppose you create a new Facebook application by using the Facebook Developer application to integrate your site with Facebook Connect. What is the minimum size of the icon that appears next to your application name that can be uploaded to your application?

Answer

Correct Answer: 16 x 16 pixels

Note: This Question is unanswered, help us to find answer for this one

30. Which of the following is a required parameter of the event_info object of the events.edit Facebook API method?

Answer

Correct Answer: name

Note: This Question is unanswered, help us to find answer for this one

31. On a Facebook Connect site, the XFBML tag must be enclosed inside an __________ tag.

Answer

Correct Answer:

Note: This Question is unanswered, help us to find answer for this one

32. What is the default value of the length attribute of the XFBML tag of a Facebook Connect site?

Answer

Correct Answer: short

Note: This Question is unanswered, help us to find answer for this one

33. The details for approval of the Friend Linking feature for a site are available under the __________ tab in the application settings editor.

Answer

Correct Answer: Connect

Note: This Question is unanswered, help us to find answer for this one

34.

State whether true or false:

 The fonts used in a Fan Box can be modified on a Facebook Connect site.

Answer

Correct Answer:

True 


Note: This Question is unanswered, help us to find answer for this one

35. The comments deleted from a user's Facebook profile also get deleted from the Comments Box on a Facebook Connect site.

Answer

Correct Answer: False

Note: This Question is unanswered, help us to find answer for this one

36. Which of the following must be passed as a parameter to the profile.setFBML Facebook API method if you are working on a desktop application?

Answer

Correct Answer: Session key

Note: This Question is unanswered, help us to find answer for this one

37. Which of the following must be the value of the class attribute of the XFBML tag of a Facebook Connect site?

Answer

Correct Answer: url

Note: This Question is unanswered, help us to find answer for this one

38. What is the data type of the connections attribute of the XFBML tag of a Facebook Connect site?

Answer

Correct Answer: int

Note: This Question is unanswered, help us to find answer for this one

39. Which of the following tags is used to render FBML tags that cannot be rendered as XFBML tags?

Answer

Correct Answer:

Note: This Question is unanswered, help us to find answer for this one

40. What is the value of the xmlns attribute added within the tag of the html file where you want to reference the Comments Box?

Answer

Correct Answer: http://www.facebook.com/2008/fbml

Note: This Question is unanswered, help us to find answer for this one

41. Which of the following attributes of the XFBML tag is used only with Facebook Connect?

Answer

Correct Answer: facebook-logo

Note: This Question is unanswered, help us to find answer for this one

42. Content posted to a Live Stream Box is archived for future reference.

Answer

Correct Answer: False

Note: This Question is unanswered, help us to find answer for this one

43. Which of the following is a required attribute of the XFBML tag of a Facebook Connect site?

Answer

Correct Answer: gid

Note: This Question is unanswered, help us to find answer for this one

44. Which of the following attributes is not/are not supported by the XFBML tag of a Facebook Connect site?

Answer

Correct Answer: c and d

Note: This Question is unanswered, help us to find answer for this one

45. What is the default value of the width of the Comments Box of a Facebook Connect site?

Answer

Correct Answer: 550px

Note: This Question is unanswered, help us to find answer for this one

46. What is the default value of the numposts attribute of the XFBML tag of Facebook?

Answer

Correct Answer: 10

Note: This Question is unanswered, help us to find answer for this one

47. By default, a Facebook Connect for iPhone session will expire after __________ hours of inactivity.

Answer

Correct Answer: two

Note: This Question is unanswered, help us to find answer for this one

48. The minimum width of a Fan Box in pixels should be _____________.

Answer

Correct Answer: 200 pixels

Note: This Question is unanswered, help us to find answer for this one

49. What is the data type of the apikey attribute of the XFBML tag of a Facebook Connect site?

Answer

Correct Answer: string

Note: This Question is unanswered, help us to find answer for this one

50. Which of the following Comments Box features can be modified on a Facebook Connect site?

Answer

Correct Answer: The font used in the Comment Box

Note: This Question is unanswered, help us to find answer for this one