1.2.0 smugmug.albums.getInfo HighlightID not working?
middlegrey
Registered Users Posts: 2 Beginner grinner
In 1.2.0 in smugmug.albums.getInfo there was never a real HighlightID key.
For the past year, the results inside the getInfo result was:
Today when I was updating some code, It seems that now the "Highlight" key only returns the following:
"Highlight" => { 'key' => 'xxxx' }
An excerpt of my raw JSON data looks like:
So... It's missing the "id" hash key. Can you help? Thanks.
For the past year, the results inside the getInfo result was:
"Highlight" => { 'id' => 123456 }
Today when I was updating some code, It seems that now the "Highlight" key only returns the following:
"Highlight" => { 'key' => 'xxxx' }
An excerpt of my raw JSON data looks like:
\"UnsharpThreshold\":0.05,\"Highlight\":{\"Key\":\"Tm7zY\"},\"Category\":{\"id\":12},
So... It's missing the "id" hash key. Can you help? Thanks.
0
Comments
Sorry about that.
SmugMug API Developer
My Photos
it's going out with the release tonight
SmugMug API Developer
My Photos
SmugMug API Developer
My Photos
Highlight works as expected.
Thanks.