Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Programmatically manipulate categories and discussions

Hi all,

We're a game aggregator and we're starting to integrate Vanilla.

We haven't decided yet whether every game will have its own category, or a shared category for all games with each game having its own discussion topic.

Either way, when we add a game, we need to be able to programmatically create a category/discussion -- and if we're creating it as a category, we need to be able to make its parent the category "Our Games".

If a game is taken off-line, we need to be able to disable that category/discussion.

I saw that Vanilla offers data retrieval via REST GET:

http://vanillaforums.org/discussion/17525/vanilla-rest-services

However, this seems more like a job for REST POST.

To make things more complicated, we use jsConnect for SSO, so we can't just mimic the user by instantiating a Zend_Http_Client on our game site, as Zend_Http_Client doesn't interpret JavaScript...unless there's a way to do jsConnect with Zend_Http_Client?

How does one programmatically login (as an admin) and manipulate categories and discussions? Do I have to write that functionality myself?

Answers

Sign In or Register to comment.