You must be a registered Vyew member to post in the forum. Login or Register for free
If you just logged in, you may need to refresh this page.
   
 
Feel free to post any API related info here! We’ll respond asap. 
Posted: 24 June 2009 12:33 PM   Ignore ]  
Administrator
RankRankRankRank
Total Posts:  308
Joined 

Feel free to post any API related info here! We’ll respond asap.

Profile
 
Posted: 28 September 2009 02:55 AM   Ignore ]   [ # 1 ]  
New User
Rank
Total Posts:  1
Joined  2009-09-27

Has anybody been able to use Vyew API in a ASP.NET site? If yes, can you please provide some quideline or code samples?

Profile
 
Posted: 01 October 2009 08:37 AM   Ignore ]   [ # 2 ]  
Administrator
RankRankRank
Total Posts:  97
Joined 

Hi Adina,

A Vyew customer wrote to us telling us they had successfully used the Vyew API with C# in an ASP.NET site. They graciously provided example code to us which we have posted on our Vyew API site. You can find it on this page:

http://xnet.vyew.com/docs/api/serverside#c.example

However we have not tested it ourselves, so cannot promise that it works fully.

Thanks

Profile
 
Posted: 02 September 2010 12:22 PM   Ignore ]   [ # 3 ]  
New User
Rank
Total Posts:  1
Joined  2010-07-10

I am trying to use the api to interface Vyew 4.0 using php. I am using
/** REV 10707 */
/**
* class: VyewAPI Wrapper Class
*

1. how do we turn off the response in the html?

For example, I am getting all the response in the html page.

callAPI:getbooksArray ( [user] => ) callAPI RESPONSE....

there is a vyewapi.log file, but this file only contains 1 on everyline.

How do we direct the response output to the vyewapi.log file instead of the standard out in the html file?

2. How do we use the api to make a copy of a room? Will the import function do the job?
In the API, it says
* > //--- making a copy of a vyewbook
* > $result = $vyew->create(’A Copy of a VyewBook’);
* > if($result[0]==1) $vyewAPI->import( TODO

What do we need to do to make a copy of a vyewbook?

Profile
 
Posted: 21 September 2011 06:57 AM   Ignore ]   [ # 4 ]  
New User
Rank
Total Posts:  1
Joined  2011-09-01

How do I embed an HTML in the page of my Vyew room?

Profile
 
Posted: 07 November 2011 02:55 AM   Ignore ]   [ # 5 ]  
New User
Rank
Total Posts:  2
Joined  2011-07-19

Hi Vyew Support,
I have received this error, while trying to integrate and test the Vyew API in PHP based site.
Array
(
[0] => 0
[1] => Request expired: 17725
) “
Please help why is this happening???

Profile