[1] [CITE@en[Share:API - Adobe Labs]]
([TIME[2015-03-13 09:26:06 +09:00]] 版)
<http://web.archive.org/web/20071012021614/http://labs.adobe.com/wiki/index.php/Share:API>

[FIG(quote)[
[FIGCAPTION[
[2] [CITE@en[Share:API - Adobe Labs]]
([TIME[2015-03-13 09:26:44 +09:00]] 版)
<http://web.archive.org/web/20071012021614/http://labs.adobe.com/wiki/index.php/Share:API>
]FIGCAPTION]

> AdobeAuth	Literal string indicating that this is an authorization header.
> apikey	The API key registered to this application.
> data	A concatenation of three values: the HTTP method, the URL of the request, and the timestamp of the request in milliseconds.
> sessionid	The sessionid returned from a new session request as described in Starting a new session. Not used for the initial authorization token and new session requests.
> sig	MD5 digest of the string formed by concatenating data with the shared secret returned by an authorization token request.
> For example, an authorization header for getting the list of nodes in the root folder (see Listing file and folder information) is:
>   Authorization: AdobeAuth 
>   sessionid="3bafbc700acd2ca0d38433230a408c2a",
>   apikey="6b8b71755fe80445276d0f7d1d5c3d65",
>   data="GET https://api.share.adobe.com/webservices/api/v1/dc/ 1188518642796",
>   sig="308421b3840c7bad180e7ea13b32ffde"

]FIG]


[3] [CITE@ja[Adobe Share APIで認証を受ける。 - うなの日記]]
([TIME[2015-03-13 09:28:01 +09:00]] 版)
<http://unageanu.hatenablog.com/entry/20071005/1191584202>

[FIG(quote)[
[FIGCAPTION[
[4] [CITE@en[folio-producer-api/APIRequest.php at master · CoffeeAndCode/folio-producer-api]]
([TIME[2015-03-13 09:28:30 +09:00]] 版)
<https://github.com/CoffeeAndCode/folio-producer-api/blob/master/app/DPSFolioProducer/APIRequest.php>
]FIGCAPTION]

>         return 'AdobeAuth ticket="'.urlencode($this->config->ticket).'"';

]FIG]
