> Ok now i subscribe to account access provider.. they sent me one
> email : We have received and are reviewing your application.
> So...I need to wait they active my account?
> Because when I try to connect myself i get this message :
> 'Zend_Gdata_App_AuthException' with message 'Authentication with
> Google failed. Reason: BadAuthentication' in C:\U....
> using : $client = Zend_Gdata_ClientLogin::getHttpClient($email,
> $password, Zend_Gdata_Gapps::AUTH_SERVICE_NAME);
> or
> function getClientLoginHttpClient($user, $pass)
> {
> $service = 'writely';
> $client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass,
> $service);
> return $client;}
> echo $rt=getClientLoginHttpClient($email, $pass);
> I got the same grrr
> Am i the only one person who try to develop something with this api???
> lol why i dont find some examplesssssssssssss? snif
> On Dec 3, 6:09 pm, sandrine wrote:
> > Hi, again
> > Im trying to build one backend for my company.
> > They want to submit sitemap automatically and display message from
> > webmaster tools.
> > ..but its very difficult to find some example in php...
> > today i worked with this link :http://www.google.com/webmasters/provider/tech_workflow.html
> > and :ahttp://code.google.com/intl/en/apis/apps/gdata_provisioning_api_v2.0_...
> > but iam not very sure its the good link...
> > One thing im sure its i need a help. sniff
> > At this moment im stuck there :
> > I created my account with google apps.
> > But when I want to configure "How do I enable the Google Apps APIs?"
> > I dont have the 4th point :
> > # Log in to your control panel.
> > Please could you help me?
> > Thanks Sandrine
> > # Click User accounts.
> > # Click the Settings tab.
> > # For Provisioning API: Check the box next to Enable provisioning
> > API.
> > .....
> > someone can help me?
> > thanks
> > On Dec 3, 4:53 pm, SagarK wrote:
> > > Hey Sandrine,
> > > Welcome to the groups. Are you looking to build a backend for your
> > > site which access data from Webmaster Tools or build a hosting
> > > service? If it is the former, you can look at our GData APIshttp://code.google.com/apis/webmastertools/. If you are building a
> > > hosting service the WTAP program may be useful.
> > > --Sagar
> > > On Dec 2, 3:44 pm, sandrine wrote:
> > > > Hi Tim,
> > > > Thanks for your help.
> > > > I didnt know about webmaster provider overview.
> > > > I will read this page, and i hope it will help me.
> > > > If i wont find php example i will be back :)
> > > > Thanks
> > > > On Dec 2, 6:43 pm, Tim Abracadabra wrote:
> > > > > Hi sandrine and welcome!
> > > > > > Do you know where i can find some examples of Google Webmaster Tools
> > > > > > API in PHP??
> > > > > You could become a Google Webmaster Tools Access Provider.
> > > > >http://www.google.com/webmasters/provider/overview.html
> > > > > Then using the API you can get your customers up and
> > > > > running under Google Webmaster Tools, automate the verification
> > > > > process and even submit Sitemaps on their behalf if you wish
> > > > > just to name a few possibilities.
> > > > > You might also fine the Google Account API's Group helpful.
> > > > > Here is the link-http://groups.google.com/group/Google-Accounts-API
> > > > > Hope that helps,
> > > > > Abracadabra
> > > > > On Dec 2, 2:00 am, sandrine wrote:
> > > > > > Hi,
> > > > > > I need to build a back end.
> > > > > > Do you know where i can find some examples of Google Webmaster Tools
> > > > > > API in PHP??
> > > > > > Thanks