Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Created by: Bakr Mohamed on 28-06-2011 02:50:18 AM Dear all, I am a PHP developer, and i need to know some things about webes URL API 1- can i try api with free account ? and what is siteID, partnerID, siteURL for it ? 2- to create meating or to do any activities I thinks that I must login frist. But I don't know how can I do it. This is my code <?php $siteURL = "freetrial.webex.com/freetrial/"; $webExID = "[email protected]"; $password = "Bm7442219"; $siteID = "243585"; $partnerID = "g0webx!"; // LOGIN CURL PHP function $data = array('&WID' => '$webExID', '&PW' => '$password'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://' . $siteURL .'p.php?AT=LI'); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_exec($ch); curl_close($ch); // New User Signup command
But it don't work or add any users. Please if there any one have login and creat meeting or any other activity after login, please tell me about it. Thanks & Best Regards
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: