Hi,

I have some queries..

My requirement : I have some clients and each have google base
merchant account. In my site I want to list their products under each
store. The public should be able to buy those products WITHOUT LOGIN
to the gmail account.

The way I chose: While registering the clients (store) from the admin
side of my website, I will ask them to provide the API key and I ask
them to login to my program ( I have used php zend gbase library)
using their merchant account so that I can get the session token
(multi use) and Im storing that session token into the database. And
when the public click on each store, I will get the API key and token
of that particular store from the db and showing the products to the
users. So that the user no need to login.

Anything wrong with this approach ? Or any other better way to do
this ?

The problem Im facing currently are
1. The querying (with q ang bq parameters) stopped working. It was
working before.
2. The session token with api key is not working if the merchant multi
accounts.

How can I fix these ? Please help me

-- 
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to google-base-data-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-base-data-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-base-data-api?hl=en.

Reply via email to