How to get Flickr API working correctly in my app using webpack and React?

So for now I have gone with jQuery and used ‘jquery-builder’ to create a minified 75kb script for the ajax module only. Not the best but I can live with it. Imported it into my main app. Used the .ajax method as well as adding ‘jsoncallback=?’ to the URL and requesting json datatype back. Used a data object parameter to append ‘tags’ and ‘format’ to the URL. Seems to be working now. I have come across the JSONP and ‘jsoncallback=?’ before but I haven’t used an API that caused me issues in quite a while and I had forgotten the method involved. Anyway, thanks for your help.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.