• Show this post
    Hi,

    I'm working on an app as a means of learning iOS development, and so far have a fairly basic approach working. I've got the OAuth flow working to authenticate my , and can display the 's collection, but when I call the API to retrieve the 's wantlist, while the data returns, it's missing the image and thumbnail urls.

    I'm providing the same authentication and -agent data with this request as I do with the collection request, which works fine. I've tried a workaround where I retrieve full release info for each item in the wantlist, then extract the image/thumbnail info from this, but that pretty quickly leads to the rate limit being exceeded.

    Any ideas what else I can try here?

    Thanks.

You must be logged in to post.