Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

searching for thread via URL #27

Open
ElGabbu opened this issue Jul 6, 2015 · 1 comment
Open

searching for thread via URL #27

ElGabbu opened this issue Jul 6, 2015 · 1 comment

Comments

@ElGabbu
Copy link

ElGabbu commented Jul 6, 2015

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
Copy link
Author

ElGabbu commented Jul 6, 2015

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant