Which service must an OpenSocial container support?
A. Group
B. Social
C. People
D. Common
Kraig is developing an OpenSocial gadget. A colleague advised him to use both the JavaScript Console and Firebug if his gadget is not working properly.
Which browser will he need to run to use both of these tools?
A. Safari
B. Mozilla Firefox
C. Google Chrome
D. Microsoft Internet Explorer
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.
What feature must an OpenSocial API Server support to be compliant?
A. the REST protocol
B. Java 1.6 and above
C. the File Transfer Protocol (FTP)
D. internationalization via properties files
Which event is defined in the OpenSocial Gadget lifecycle events?
A. HELO
B. Listen
C. Opened
D. Connected
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);.
During the gadget registration for use by IBM Notes and IBM iNotes, the command NotesRegistrar.registerGadgets is used to register the gadget with IBM Connections.
Which command argument is used to indicate whether the gadget URLs should be generated with the HTTP or HTTPS protocol?
A. secure
B. protocol
C. registersecure
D. registerprotocol
Why would a developer use DataPipelining for accessing IBM Connections social APIs?
A. minifies the returned JSON object
B. provides XML to JSON serialization
C. reduces the number of client server requests
D. enables easier debugging, pipelining logs to the console
Which URL will perform rollup of the activity stream?
A. /activitystreams/@me/@all@rollup
B. /activitystreams/@me/@all@group
C. /activitystreams/@me/@all?rollup=true
D. /activitystreams/@me/@all?rollup=group