|  | 
  waldifubu - 2015-05-27 15:54:29As I saw some files are missing:
 require('http.php');
 require('xml_parser.php');
 require('web_master_tools.php'); -- exists --
 require('forms.php');
 require('form_layout_vertical.php');
 require('top_pages.php'); -- exists --
 
 Do I need the other files?
 Does it work without them?
 
 Thanks in advance for feedback.
  Manuel Lemos - 2015-05-27 19:31:56 - In reply to message 1 from waldifubuThose other files are from packages listed in the Needed Packages section in the Downloads tab.
 They are used by the user interface example.
 
 If you want to call the Webmaster Tools class only without user interface, you just need the http.php class file.
 
 Anyway, Google just disabled the Client Login support. A version based on the newer of the Webmaster Tools API that uses OAuth is supposed to be made available soon. I will update the class when it is available.
  Manuel Lemos - 2015-05-27 21:17:22 - In reply to message 1 from waldifubuYou also need the XML parser class. I just added the missing dependency in the download tab.
 I also fixed the class to make it work like the Google downloader code example.
 
 You may try it again now and let me know if you have difficulties.
  Mustapha ELATRASSI - 2015-05-27 23:13:00 - In reply to message 3 from Manuel LemosI dont understand from where to get those files requiered, please I need help
  Manuel Lemos - 2015-05-27 23:21:02 - In reply to message 4 from Mustapha ELATRASSIGo on this package Download tab. Below there are links to those packages where it says "Needed Packages".
  Mustapha ELATRASSI - 2015-05-27 23:22:00 - In reply to message 5 from Manuel LemosYes, I have done this, I am testing now. Thank you sir.
  Mustapha ELATRASSI - 2015-05-27 23:28:02 - In reply to message 5 from Manuel LemosIt's working like a charm sir. Thank you a lot, I have another question sir, about how to download the queries details, please if you have any idea let me know.
  Manuel Lemos - 2015-05-28 02:02:28 - In reply to message 7 from Mustapha ELATRASSIWhat do you mean by query details? Are you talking about the number of times search for keywords lead to clicks on your site?
  Mustapha ELATRASSI - 2015-05-28 02:52:34 - In reply to message 8 from Manuel LemosI mean by that when you are in webmaster tools and you look to query table, you can click any query to see in which page it lead, and how many time.
  Manuel Lemos - 2015-05-28 04:04:22 - In reply to message 9 from Mustapha ELATRASSIThis API is just returning the page URLs, impressions, clicks, CTR, average position.
 Maybe a newer version of the API returns more details.
 |