ricbra / php-discogs-api

PHP 5.4 Implementation of the Discogs API
MIT License
152 stars 96 forks source link

Requesting Images #11

Closed stefanwenger closed 10 years ago

stefanwenger commented 10 years ago

Hi ricbra! Your lib works great! is it somehow possible to embed images with your api?

Thanks!

stefan

davalb commented 10 years ago

Hi Stefan, Discogs recently changed their policy: images are now a protected resource. You need to authenticate with oauth to access them. This library provides a wrapper for the public resources only.

Tl;Dr: no

stefanwenger notifications@github.com schrieb:

Hi ricbra! Your lib works great! is it somehow possible to embed images with your api?

Thanks!

stefan

— Reply to this email directly or view it on GitHub.

ricbra commented 10 years ago

Thats correct, they changed their policy. Furthermore, they're also closing the search endpoint. You're better off using the API with a OAuth token I guess.