WidgetApiService
Namespace http://api.hi5.com/widget (wsdl):
Note: This service and functionality pre-dates OpenSocial. It should only be used by existing Widget Providers. Services all requests for adding, updating and retrieving widgets.
The following methods are available on this endpoint:
getRemoteWidget
Note: This functionality pre-dates OpenSocial. It should only be used by existing Widget Providers. Note: Widget Providers - this method is deprecated and will soon be deleted Redirects to a page. Currently only for internal use.
Input Parameters
| name | description |
|---|---|
| url | the target url |
| str | encrypted text |
Faults
| name | description |
|---|---|
| PermissionDeniedException | if the given string was not valid |
| UnauthorizedException | if request violates internal constraints. |
updateEditableWidget
Note: This functionality pre-dates OpenSocial. It should only be used
by existing Widget Providers.
Add or update a widget defined by code to the profile of the user defined by authToken.
If a widgetId is specified than the widget is updated, otherwise it is just added.
Input Parameters
| name | description |
|---|---|
| code | the code for the actual widget |
| editUrl | the url to goto to edit this Widget. This is optional. |
| id | the id of the Widget that is to be updated. If this is specified, the Widget be updated, otherwise the Widget will be added. This is optional. |
Return Value
<pass/> if the widget is successfully embedded
Faults
| name | description |
|---|---|
| PermissionDeniedException | if the session key, api key, or api signature is invalid |
| UnauthorizedException | if request violates internal constraints. |