Any thoughts?
FYI, even if I try a simplified version of this directly in a browser,
I get no results returned:
http://api.scribd.com/api?api_key=MYAPIKEY&method=docs.search&session_key=VALIDSESSIONKEY&query=VALIDQUERY
Again, testing a substitution of docs.getList into the above does
return results (all of my docs), but using docs.search only returns:
<rsp stat="ok">
<result_set totalResultsAvailable="0" totalResultsReturned="0"
firstResultPosition="1" list="true">
</result_set>
</rsp>
This has now broken our app's doc search function, so needless to say
is very important for us to resolve to get it working again asap...
Thanks,
Daryl
P.S. Sorry for the accidental multiple replies in this thread...
apparently after you post, then each time you hit refresh it posts
again... doh.
On Nov 5, 8:49 pm, dscott <
dsc...@attaain.com> wrote:
> Hmmm... still not working on my end... My code has not changed and it
> has worked fine up until now...
>
> My URL looks basically like this:
http://api.scribd.com/api?api_key=MYKEY&method=docs.search&session_ke...