Woopra Forums » General Discussion

Developer API information???

(16 posts)
  • I've seen mention a few times about an API, but cannot find any documentation on it. Is this something that's coming or am I just not finding it?

    cheers,

    Posted 5 months ago #
  • Diego
    Member

    I was wondering the same thing.

    Posted 5 months ago #
  • Lazy
    Member

    it`s comming up.. in future, just stay tuned and wait a little bit, they got a lot to do ;)

    Posted 5 months ago #
  • Yes, I'll second rhuk here. I'm testing Woopra on my company's website (price comparison website from Slovenia), and we have custom-built authentication.

    We recently got approved, and I'd love to know who these 60+ simultaneous people are :-)

    Posted 5 months ago #
  • Jad Y.
    Administrator

    API access is already available. We will document it as soon as possible. Feel free to share your suggestions, s.a. the output formats, the transport protocols, etc...

    Posted 5 months ago #
  • markhaller
    Member

    If it's already available ... can someone just tell me how I can track my logged-in users? It's only one tag I guess I need to have to add to the JS on my webpages ... but what is the format of the parameter?

    Marky_UK, mister impatient :-)

    Posted 5 months ago #
  • Lazy
    Member

    do you mean that?

    <script type="text/javascript">
    var woopra_id = '';
    var woopra_array = new Array();
    woopra_array['name'] = '';
    woopra_array['Email'] = '';
    woopra_array['avatar'] = '';
    </script>

    <script src="http://static.woopra.com/js/woopra.js"></script>

    Posted 5 months ago #
  • acemtp
    Member

    Thanks Lazy,

    It wasn't easy to find the field names.

    How to clear the avatar image cache? It seems that I provided a bad url for an avatar and now it continue to use the bad url even if i provide a good one

    Posted 5 months ago #
  • dmondark
    Member

    acemtp, I think that the default image is cached locally. Try exiting the client and logging back in, it should work

    Posted 5 months ago #
  • markhaller
    Member

    Thanks for this Lazy

    Where did you find these field names? And what are valid values for the avatar?

    Thanks so much though, that's a great start!

    Mark

    Posted 5 months ago #
  • Lazy
    Member

    hi mark,

    they are used by the joomla, wordpress plugins (and i tried them at woltlabs wbb3 bulletin board); here at the woopra site i haven`t found docs for.. but i think they are somewhere or will be there, soon.

    Posted 5 months ago #
  • Hey everyone. We are absolutely thrilled that you guys are interested in developing plugins for Woopra!

    The developer guide is high on our list of priorities, and my expectation is that it will be delivered by next weekend. We are still adding functionality to the API, so that is the main hold up at the moment.

    We don't want to release a guide, have people do work, then add features and cause re-work on your part.

    John

    Posted 5 months ago #
  • Just reporting I implemented the code Lazy demonstrated, and it works perfect.

    I don't run any open source code on my company's webpage, so I can't contribute any 'official' plugin, but at least I can say "me too!" :-)

    Posted 5 months ago #
  • elpie
    Member

    I'm interested in developing a plugin for the Mambo CMS so thought I would put my hand up here too ;)

    Posted 4 months ago #
  • pmk
    Member

    Anyone who knows if this works for phpbb boards?

    <script type="text/javascript">
    var woopra_id = '';
    var woopra_array = new Array();
    woopra_array['name'] = '';
    woopra_array['Email'] = '';
    woopra_array['avatar'] = '';
    </script>

    <script src="http://static.woopra.com/js/woopra.js"></script>

    Posted 4 months ago #
  • Davey
    Member

    Here's a question... how do we clear the values for the fields? I ask this because I logged into my site and it worked perfectly, and told me my username in Woopra. However, I then logged out and logged in under another name, but it still shows my original name (I assume becuase it's still the same IP address).

    So, how do I tell Woopra to forget about the original username and use the new one?

    Thanks!
    D

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.