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.
The MiniMessage library allows a developer to display a message window to a user.
Which is a valid message type?
A. Default
B. Custom
C. Dynamic
D. Dismissible
OAuth does not require a specific interaction pattern which makes it ideal for which reason?
A. For cases where OpenID is required and available to the consumer.
B. For cases where OpenID is not required but is available to the consumer.
C. For cases where authentication credentials are unavailable to the consumer.
D. For cases where authentication credentials are always available to the consumer.
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
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.
Which two items are stored in the Credential Store database?
A. firewall settings to Domino server cluster
B. passwords to all internal company websites
C. OAuth information keys and secret information
D. information about OpenSocial gadget capabilities
E. performance optimization settings to access popular social apps
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
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);.
HTTP basic authentication is supported using the REST API. Which is a valid cookie named?
A. sessionid
B. RestToken
C. RestSession
D. SimpleToken
IBM Connections portlets use the REST Service Call Builder for HTTP requests to the Connections REST API.
When might a user see the error message "HTTP Status 403"?
A. when there is a timeout
B. when the Connections server is unavailable
C. when the proxy is not allowing access to the URL
D. when the REST Service call builder is unavailable