reddit-php-sdk
reddit-php-sdk copied to clipboard
When creating new story, find better method for determining if a story was already submitted
The current method is: if ($response->jquery[18][3][0] == "that link has already been submitted"){ return $response->jquery[18][3][0]; }
Find a better way of determining if the link was already submitted from the return object.