Get the Photobucket URL sub-domain and path information for a specific group album.
Yes. See End-User Authentication for details.
GET
/group/[identifier]/url
See Object Identifiers for an [identifier] explanation.
| Parameter | Optional | Description | Variable |
|---|---|---|---|
| identifier | N | Album identifier. | String |
The request gets the group album URL for the album "ADP8DAIIFH".
GET http://api.photobucket.com/group/ADP8DAIIFH/url?format=xml&oauth_consumer_key=000000000&oauth_nonce=aa38d287dcb9472df2b0f81ee625e233&oauth_signature=moJXFB%2FcAYS%2FS5N96i%2F1Iag%2B81s%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1236629245&oauth_version=1.0
The successful response includes the group hash, sub-domain, album, image, API, and feed, as well as the URL path. Note the hh251in the path below. A value similar to this displays for all albums and is automatically generated by Photobucket. See
<response>
<status>OK</status>
<content>
<groupHash>ADP8DAIIFH</groupHash>
<subdomain>
<album>gs393/album>
<image>gi393/image>
<api>api393/api>
<feed>gfeed393/feed>
</subdomain>
<path>groups/hh251/ADP8DAIIFH</path>
</content>
<format>xml</format>
<method>GET</method>
<timestamp>1236629245</timestamp>
</response>
For a full list of possible errors, see Error Codes.
| Published 25-June-10. See developer.photobucket.com for additional resources. |