Specs... or when things don't meet the specs

I've been working on my mobile blogging platform for a while now. I've been trying to get as much of the codebase into Swift as I can simply because I'm somewhat allergic to Objective-C.But regardless.I need to integrate with SmugMug for photo hosting. The integration happens through OAuth. This should be solved problem.Except when SmugMug decides to not play by the rules....sigh...In OAuth you have a couple of parameters returned after you log into a service. SmugMug decided to ignore one of them.  :-/Now I have to patch a library and submit a pull request to allow something to run in a non-compliant way. Joy.

Previous
Previous

Camp Cooking

Next
Next

Order of operations