See what images were uploaded to imgur using my app ClientID? -
i'm using https://api.imgur.com/3/image upload images javascript without oauth.
possible see images uploaded using client-id
?
unfortunately it's not directly possible think following approach give results: use following endpoint retrieve associated images:
https://api.imgur.com/3/account/{username}/images
or following account submitted images:
https://api.imgur.com/3/account/{username}/submissions/
for username can use 'me' , need send client-id using correct header:
'authorization: client-id your_client_id'
this return images uploaded account , need filter them yourself.
if uploading them gallery , want know these can set time window in request ( week, day, etc.)
Comments
Post a Comment