On Nov 11, 6:43 am, Kai Hendry <[EMAIL PROTECTED]> wrote:
> I posted in the Contacts group:
>
> http://groups.google.com/group/google-contacts-api/browse_frm/thread/...
>
> And perhaps people here can better help me. Trying to avoid the
> horrible AuthSub page in a mobile environment. Can I avoid this step
> completely with a SSL certificate?
No. The user needs to visit this page inorder to grant/deny access
to your app.
Have you thought about using ClientLogin instead of AuthSub?
It's better suited for the mobile use case:
http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html
>
> I followed the Learn more .. link from Manage domains and created a
> myrsacert.pem
> myrsakey.pemhttp://code.google.com/apis/gdata/authsub.html#Registered
>
> Now I still don't know how it works. I don't know what Google needs.
> The cert? The key? And will it solve my problem of this AuthSub
> request? I don't mind it, but customers who find it difficult to
> scroll to it under PocketIE do!
If you're going to stick with secure AuthSub, Google needs the cert.
You sign request using your private key.
>
> With thanks,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---