Tag: api
-
Apple App Store Connect API JWT tokens in PHP
I found it surprisingly hard to generate valid JWT tokens per this documentation, and kept getting a 401. Here’s some working code.
-
How to: Read Flickr API JSON via jQuery
I always prefer to read API data in XML, but there are times when that becomes problematic – especially due to cross domain access policies. If you’re working on a single app it’s possible to solve that by proxying the XML with a local PHP script, but if you’re working with the browser only –…