I am hoping that someone can help me. I have been trying to use the Site Explorer APIs and they do not seem to work.
I trying to do an Update notification and it seems not to work. I applied to a applidID and Yahoo gave me the ID but it did not record on the Authentication page. My php code is very simple and I doing both a ping and updateNotification: $sitemaptxt = 'urllist.txt'; // sitemap text file submitted to Yahoo $yahooid = '2iZvw9TV34EKNsQxzsXsLBLr9_oakb8fq0SWTdx3K2CoO8W0XRoB0PD7TZEuUi3b'; $updatecycle = 24 * 3600; // we'll update yahoo at least 24 hours interval $yahoo_notify_url = "http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=$yahooid&url=http://www.mantrackinguniversity.com/Auction/$sitemaptxt"; // another way to submit sitemap to yahoo $yahoo_notify_url = "http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=http://www.mantrackinguniversity.com/Auction/$sitemaptxt"; Also I am not getting a success message. <?xml version="1.0" encoding="utf-8"?> <Success xmlns="urn:yahoo:api"> <Message>Update notification has successfully submitted.</Message> </Success> Anyone with similar experiences? Thanks, Ed If you're getting "too much mail" then send a message to: [EMAIL PROTECTED] (this will tell it to stop sending you mail) To change your membership use THIS WEB PAGE: http://finance.groups.yahoo.com/group/syndic8/join (here you can set your mail to digest, no mail or LEAVE the list) To find more info about Syndicated XML newsfeeds visit http://www.syndic8.com/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/syndic8/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/syndic8/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
