No Highlight Extras in 1.2.2?
asherber
Registered Users Posts: 2 Beginner grinner
Hi,
I'm using phpSmug to call 1.2.2. I'm calling albums.get, and since I need a little more info than the standard response but not as much as the heavy response, I'm passing in some Extras to keep my bandwidth low. Asking for Highlight in Extras doesn't seem to work; is this omission intentional or accidental?
Thanks,
Aaron.
I'm using phpSmug to call 1.2.2. I'm calling albums.get, and since I need a little more info than the standard response but not as much as the heavy response, I'm passing in some Extras to keep my bandwidth low. Asking for Highlight in Extras doesn't seem to work; is this omission intentional or accidental?
Thanks,
Aaron.
0
Comments
It does work but at this stage you need to send Extras=HighlightID rather than just Highlight, as a rule of thumb use the parameter names as sent in smugmug.albums.create/changeSettings.
Cheers,
David
SmugMug API Developer
My Photos
Edit: Nevermind! I should have actually tried this out before posting. I see now that requesting HighlightID gives me the struct with the id and the Key.
Thanks,
Aaron.