简体   繁体   中英

Fetch images link in my account from Imgur

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.

  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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM