I want to fetch image links in my account from Imgur.com I know that there is an API for this but I don't know where to start since there are examples for uploading images but not getting links.

I decided to use PHP and cURL but I tried and no luck. Please help.

link|improve this question
What have you tried so far? Please supply more information. – Mixxiphoid Apr 22 '11 at 10:13
feedback

1 Answer

  1. Complete OAuth authentication. (Here's an example of using OAuth with twitter via the PECL OAuth extension)
  2. Call http://api.imgur.com/2/account/images.json?count=70&page=1
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.