itsmeArry Posted April 16, 2007 Share Posted April 16, 2007 Hi every one.... I am working on a realestate site. what I need to do is whenevre I add a property listing to the site I need it to submit it to the Google Base also... dose any one have any idea how can I do this.. Thanks in advance.. ??? Link to comment https://forums.phpfreaks.com/topic/47255-solved-submit-a-post-to-google-base/ Share on other sites More sharing options...
boo_lolly Posted April 16, 2007 Share Posted April 16, 2007 i think this needs to be done manually by logging into your google account. if it were possible for this to be automated by php or javascript, google would be a POS. of course, i don't know... i'm just speculating. Link to comment https://forums.phpfreaks.com/topic/47255-solved-submit-a-post-to-google-base/#findComment-230476 Share on other sites More sharing options...
Wildbug Posted April 16, 2007 Share Posted April 16, 2007 You need to POST data. See cURL functions, or build your own using HTTP wrappers. Or use Google to learn how to automate form submission. Link to comment https://forums.phpfreaks.com/topic/47255-solved-submit-a-post-to-google-base/#findComment-230515 Share on other sites More sharing options...
per1os Posted April 16, 2007 Share Posted April 16, 2007 You may need an API to do this from Google. I am not sure if they have one or not. Chances are Google has image verification on the submission page which is intended to prevent listings to be added by a bot, which is kind of what you are trying to do. Unfortunately there is no real way around it unless Google does provide and API for it. Link to comment https://forums.phpfreaks.com/topic/47255-solved-submit-a-post-to-google-base/#findComment-230595 Share on other sites More sharing options...
boo_lolly Posted April 16, 2007 Share Posted April 16, 2007 frost is right. try to look for something called 'Google AdSense API Specification'. if it exists, it will basically be a document that illustrated from a developer's point of view describing every little thing you could possibly need to know about Google Adsense. of course, i'm sure they have one, but i doubt it is available for public view. Link to comment https://forums.phpfreaks.com/topic/47255-solved-submit-a-post-to-google-base/#findComment-230613 Share on other sites More sharing options...
itsmeArry Posted April 27, 2007 Author Share Posted April 27, 2007 Thanks a lot for ur suggestions ..... but I found out the way to submit a listing to google base. here it is.... create an xml file in the format specified by google. https://base.google.com/support/bin/answer.py?answer=58085&hl=en create a gmail account use it to login to base.google.com. create ftp account to upload the xml file you created and the upload it programatically to the account information google provided while creating an ftp account. Link to comment https://forums.phpfreaks.com/topic/47255-solved-submit-a-post-to-google-base/#findComment-239712 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.