<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Please, help me</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4829076" />
  <subtitle>Please, help me</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4829076</id>
  <updated>2013-05-19T00:47:21Z</updated>
  <dc:date>2013-05-19T00:47:21Z</dc:date>
  <entry>
    <title>Please, help me</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829075" />
    <author>
      <name>Bakr Mohamed</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829075</id>
    <updated>2011-06-28T07:50:18Z</updated>
    <published>2011-06-28T07:50:18Z</published>
    <summary type="html">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 
 
&lt;?php
 
$siteURL = "freetrial.webex.com/freetrial/";	
$webExID = "bakr_mohamed84@hotmail.com";
$password = "Bm7442219";
$siteID = "243585";
$partnerID = "g0webx!";
 
// LOGIN CURL PHP function
$data = array('&amp;WID' =&gt; '$webExID', '&amp;PW' =&gt; '$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

$data = array('&amp;FN' =&gt; 'mohamed', '&amp;LN' =&gt; 'sesy', '&amp;EM' =&gt; 'm.sesy@shourasoft.com', '&amp;PW' =&gt; '123456', '&amp;WID' =&gt; '123456');
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://' . $siteURL .'p.php?AT=SU');
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_exec($ch);
curl_close($ch);
?&gt;

 
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 &amp; Best Regards
 </summary>
    <dc:creator>Bakr Mohamed</dc:creator>
    <dc:date>2011-06-28T07:50:18Z</dc:date>
  </entry>
</feed>

