I hooked up the .NET libraries (http://code.google.com/p/google-gdata/) and everything worked fine for auth and requests however I really wanted to utilize a pop-up for the authorization routine so the user isn't taken from my C# web.
I plugged the Javascript libraries (https://code.google.com/p/google-api-javascript-client/) and was able to successfully get the behavior I wanted however I'm running into issue passing the resulting token back into my .NET app for requests. I'm rather green in the oAuth (and google integration) world for that matter which I'm sure is exacerbating my struggles. My first call is a little query on contact groups and it's coming back with an error. Any help is appreciated. GET https://www.google.com/m8/feeds/groups/default/full?xoauth_requestor_id=user%40domain HTTP/1.1 Content-Type: application/atom+xml; charset=UTF-8 User-Agent: G-SynergrationSync/GOAuthRequestFactory-CS-Version=1.9.0.0 Authorization: OAuth oauth_version="1.0",oauth_nonce="c34a089988094f19a_____c209807c6b",oauth_timestamp="1347891531",oauth_consumer_key="136728625596.apps.googleusercontent.com",oauth_token="ya29.AHES6ZQS3ZLAqPe_____AhGvAu83q9h5sy_mabI-CA881y0pmq7cE",oauth_signature_method="HMAC-SHA1",oauth_signature="ImjL1a1dOXgkxtT_____npAkJ9o%3D" GData-Version: 3.0 Host: www.google.com Connection: Keep-Alive I know the JavaScript library doesn't return a TokenSecret if I recall, that's likely an additional step I need to take. Again, any help is appreciated. I'm working solely with the Contacts API. 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
