ThirdpartyService
Introduction
Detailed view of the ThridpartyService datatype. This page explains all the attributes of that datatype.
Attributes
Name | Type | Description |
---|---|---|
id | string | The id of the thirdparty service. |
logoUrl | string | URL of the servicelogo. |
shareButtonHeight | integer | The height in pixels of the share button. |
shareButtonWidth | integer | The width in pixels of the share button. |
popupHeight | integer | The height in pixels of the popup that opens for logging in. |
popupWidth | integer | The height in pixels of the popup that opens for logging in. |
JSON response
1 2 3 4 5 6 7 8 |
{ "id" : "XING", "logoUrl" : "//static.softgarden.de/images/social/xing_button.png", "shareButtonHeight" : 55, "shareButtonWidth" : 20, "popupHeight" : 640, "popupWidth": 640 } |