bigcommerce api returning blank results -


i have downloaded bigcommerce api , created test script using time sample. blank response & no error:

my test code just:

<?php require 'bigcommerce.php'; use bigcommerce\api\client bigcommerce;  bigcommerce::configure(array( 'store_url' => 'https://storeurl.mybigcommerce.com', 'username' => 'apiusername', 'api_key' => 'token' ));  bigcommerce::setcipher(); bigcommerce::verifypeer(false);  $ping = bigcommerce::gettime(); if ($ping) echo $ping->format('h:i:s'); ?> 

can assist why result blank ?

i think cipher incorrect. please @ docs http://developer.bigcommerce.com/quickstarts/php

bigcommerce::setcipher('rc4-sha') 

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -