Which two features enable a gadget developer to programmatically address sizing limitations in an IFrame allowing content to shrink or grow as needed?
A. css
B. views
C. resize
D. dynamic-width
E. dynamic-height
What is true regarding a gadget with Type="URL"?
A. Only Type="HTML" can be used for an OpenSocial Gadget.
B. A standard set of parameters are not added to the URL by the gadget server.
C. Type URL gadgets cannot take advantage of all features, notably features that manipulate HTML and JavaScript code directly.
D. When loading JavaScript library requests, a server must provide an OAuth service for retrieving core and feature-linked JavaScript.
What does the OpenSocial Core Gadget specification describe?
A. It describes the JavaScript framework that must be used within an embedded experience.
B. It describes the SGML format required to layout an embedded experience for an OpenSocial gadget.
C. It describes the API used to request data from remote data services such as IBM Connections or IBM Domino servers.
D. It describes the required gadget XML syntax and the core JavaScript APIs that must be available to every gadget as it is rendered.
Which option describes the role of the Service Provider when developing OpenSocial applications?
A. an Apache Shindig container
B. a web server that stores OpenSocial
C. a web application that allows access via OAuth
D. a web server that hosts OpenSocial applications
What is the File Service Data (xe:fileServiceData) datasource used for in an XPages Social- enabled application?
A. retrieves JSON from a URL
B. accesses files from third-parties like IBM Connections and DropBox
C. retrieves an XML file from a URL and contains methods for walking through its DOM
D. makes a connection to an OpenSocial-supported server such as Connections to retrieve an activity stream
By default, when does the PushToCredStore agent run when a widget is approved on the master server?
A. immediately
B. once every hour
C. once every two hours
D. once per day at 12:00 AM
John wishes to install OpenSocial to his workstation to develop an OpenSocial feature in his application-How should John update his IBM Notes client to have this feature?
A. The OpenSocial toolkit is a separate download from the IBM Passport site. John should download the setup file, execute it and follow the steps in the wizard.
B. In Notes, John should go to the Tools menu and select the Notes Smart Upgrade menu option and choose OpenSocial from the server's Smart Upgrade database.
C. John should open his widget catalog and enable the IBM Notes and Domino OpenSocial widget there. After Notes has been restarted, the feature should be available.
D. John should install Notes 9.0 Social Edition. When installing, he should ensure the "OpenSocial Component" option on the Custom Setup page of the installer is enabled.
Danica needs to consume an OpenSocial gadget in her IBM Notes Web application. The rendered page is generated from a Form design element.
What is the best way to add an OpenSocial gadget to her web-based Notes Form?
A. Create a computedText field and make it a Pass thru-HTML text area. For the computed value enter the appropriate Javascript within tags.
B. Create a computedText field and make it a Pass thru-HTML text area and call @GetOpenSocialStream (URL;UserName;Password);.
C. Create a Form text field and make it computed. For the computed value enter in @GetOpenSocialStream(URL;UserName;Password);.
D. Create a computedText field and make it a Pass thru-HTML text area. For the computed value enter @AjaxRequest(URL;UserName;Password);.
When posting to the microblog. the body of the POST message is an ActivityEntry object. Which field in the ActivityEntry object is mandatory?
A. userid
B. content
C. message
D. ActivityEntry object can have no properties.
In order for users to render an OpenSocial gadget in IBM Notes or IBM iNotes, what is required in the Person document?
A. The User id must be stored in the Person document.
B. "Allow Foreign directory synchronization" field must be set to "Yes".
C. "Format preference for incoming mail" field must be set to "Prefers Mime".
D. "Internet Address" field must be populated with the user's Internet email address.