Hello there,
I have just gone through Google Base Feed documentation as a first step to start a new project. The project allows users to submit Property(Housing) feeds to Google Base.
I am having following doubt regarding - How to submit Feed to Google Base at code level.
There can be two approaches if I understand this right:
- To use Google Base Client Library objects: GBaseService, GBaseFeed/AtomFeed, GBaseEntry/AtomEntry
- To use XmlTextWriter and use its methods: WriteStartElement(), WriteElementString(), WriteAttributeString()
Please guide.