johndigital / funkstagram

A simple Instagram image importer for Wordpress
GNU General Public License v2.0
1 stars 0 forks source link

Error Report Too Generic #3

Open rickpbaker opened 8 years ago

rickpbaker commented 8 years ago

John, Drew changed these lines to better report the actual error:

// No response, remove from array and log } else { unset( $user_ids[$i] ); $this->error_log[] = $response['meta']['error_message']; }

Lines 64-68 of funkstagram-class.php