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
A developer can only use which method to authorize users in an OpenSocial gadget?
A. LTPA
B. SAML
C. OAuth
D. basic authorization
Proxy access is configured per gadget. An administrator can restrict access beyond the settings for server access or for all server access.
What file is used for this configuration?
A. proxy-policy.config
B. proxy-policy.dynamic
C. proxy-configuration.policy
D. proxy-policy.dynamic.config
Why would a developer choose to use the gadgets.io.makeRequest over osapi.http.get?
A. The endpoint is non-trusted.
B. The endpoint requires HTTPS.
C. The endpoint requires OAuth support.
D. The endpoint is hosted in a different domain.
When creating an embedded OpenSocial gadget, which two data models are used?
A. CSS
B. XML
C. HTML
D. JSON
E. JavaScript
Which is a valid JSON object?
A. "nameVMarko"
B. "name":"Marko"
C. ,["name":"Nikola"."deptM:"project management"]
D. [Mname^"Olivera^,,dept,,:7rontdeskl,[Mname^"Milan^,,dept^,,"Mechanican"]
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
Which service can be used to access IBM Domino data via an OpenSocial gadget?
A. Domino XML
B. Domino HTTP
C. Domino REST
D. Domino HTML
In which feature of IBM iNotes are OpenSocial gadgets available?
A. Views
B. Pages
C. Sidebar
D. Documents
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