1.2.0 smugmug.albums.getInfo HighlightID not working?

middlegreymiddlegrey 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:
"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.

Comments

  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited March 14, 2008
    I just fixed this internally, and hopefully it will go out with tonight's release.

    Sorry about that.
    David Parry
    SmugMug API Developer
    My Photos
  • espaanespaan Registered Users Posts: 10 Big grins
    edited March 14, 2008
    It would be really great if you would get a correct highlightID in there. This would help a lot in making gallery apps.
  • espaanespaan Registered Users Posts: 10 Big grins
    edited March 16, 2008
    Any news on the higlight id ?
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited March 16, 2008
    espaan wrote:
    Any news on the higlight id ?

    it's going out with the release tonight
    David Parry
    SmugMug API Developer
    My Photos
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited March 17, 2008
    this bug fix is live.
    David Parry
    SmugMug API Developer
    My Photos
  • middlegreymiddlegrey Registered Users Posts: 2 Beginner grinner
    edited March 18, 2008
    Works for me
    Highlight works as expected.
    "Highlight"=>{"id"=>1234567890, "Key"=>"Um7pY"},
    

    Thanks.
Sign In or Register to comment.