Hi Alain, thanks for your reply. Ok, I'll try that. I've searched around and now I'm a bit confused due to several different descriptions. So with my vb.net web application I want to authenticate with Google using Googles Api and OAuth, and then read and add contacts. So I've found this documentation at http://code.google.com/intl/de-DE/apis/gdata/docs/auth/oauth.html#OAuthRequestToken. The .net tab shows c# code, but it should not be a problem to translate to VB.net. But now I'm stuck with 'OAuthParameters'. I could not find this in Google.GData.Client (which is the only class added with the 'using'-statement). Also 'OAuthUril.GetUnauthorizedRequestToken' does not seem to exist.....? I'm using latest Release 1.8.0.0 of Google Data Api http://code.google.com/p/google-gdata/downloads/detail?name=Google_Data_API_Setup_1.8.0.0.msi
Thanks! On Mon, Aug 15, 2011 at 11:22 PM, Alain Vongsouvanh <[email protected]>wrote: > Hello Kai, > > Sorry about the delay! As I mentioned in my previous e-mails, the API > usually gives more details about a "bad request" in the body of the HTTP > response. > The can help you a lot in debugging your code even though I don't see any > issue in the XML you are sending... But I don't know anything about VB.NETso > there might be something I am missing. > > Best, > Alain > > On Sat, Aug 13, 2011 at 12:50 AM, Kai <[email protected]> wrote: > >> Hi Alain, >> did you already find some time to check? >> Many thanks! >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html >> > > > > -- > Alain Vongsouvanh > > > > -- > You received this message because you are subscribed to the Google > Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html > -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html
