reddit-php-sdk icon indicating copy to clipboard operation
reddit-php-sdk copied to clipboard

When creating new story, find better method for determining if a story was already submitted

Open jcleblanc opened this issue 13 years ago • 0 comments

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.

jcleblanc avatar Dec 11 '11 21:12 jcleblanc