403 error code

0 views
Skip to first unread message

Geea

unread,
Jun 4, 2010, 10:43:37 AM6/4/10
to contextvoice-dev
Hi,

I've tried a little script using the PHP Wrapper and the code works ok
if I'm using the public access API (without API key), but when I put
my api key, I get a 403 error.

Here is the code that doesn't work:
include("contextvoice.php");
$key = "<mykey>";
$cv = new contextvoice($key);
$data = $cv->getUrlReactions("http://www.ubervu.com", false, false,
false, false, "asc", 1, 25);
print_r($data);

And here is the code that works:
include("contextvoice.php");
$cv = new contextvoice();
$data = $cv->getUrlReactions("http://www.ubervu.com", false, false,
false, false, "asc", 1, 25);
print_r($data);

I've got my API key 3 hours ago, is there a time limit before it
becomes active or am I doing something wrong?

Thanks.

Dan Ciotu

unread,
Jun 7, 2010, 6:08:12 AM6/7/10
to contextv...@googlegroups.com
Hi,

There was a small bug which was fixed. Everything should work fine now.

Best regards,
Dan

Geea

unread,
Jun 7, 2010, 11:50:38 AM6/7/10
to contextvoice-dev
Thanks, it's working now :)
Reply all
Reply to author
Forward
0 new messages