Forum Discussion
Akenefick
3 years agoGenius
Hi adriana4u
See this on accessing API v2 Getting started with API v2 (khoros.com)
In particular it says "On private communities where anonymous access is turned off, anonymous users cannot access the API."
I'm guessing that is the case for you. Make sure you are logged into the community and try again. I think it should work if you are logged in on the same browser.
Also I got I different error when I tried your query for my community. It looks like maybe your encoding is a little messed up. You mentioned you have a percent sign in your tag name. Is this the query you are trying?
SELECT count(*), view_href FROM messages WHERE tags.text= 'CPU 100%'
encoded that should be
SELECT%20count(*)%2C%20view_href%20FROM%20messages%20WHERE%20tags.text%3D%20%27CPU%20100%25%27
This is a useful site for encoding URL Decoder/Encoder (meyerweb.com)
Related Content
- 7 months ago
- 3 months ago