disqus-php icon indicating copy to clipboard operation
disqus-php copied to clipboard

searching for thread via URL

Open ElGabbu opened this issue 9 years ago • 1 comments

Hi guys

I am trying to search for a thread withing my forum via the URL/Link ... I am trying to do it in the following manner.

$params = array( 'forum' => $this->shortname, 'thread' => ("link:" . $URL) );

$thread = $this->API->threads->list($params);

However the URL filtering is not working as desired since the results of that call contains all the thread of my forum.

Any advice?

Thanks

ElGabbu avatar Jul 06 '15 13:07 ElGabbu

It would seem that if I use the details method with same parameters I get an error code 2 when the thread is not found :)

ElGabbu avatar Jul 06 '15 13:07 ElGabbu