I wrote an oAuth library in PHP that I want to use with the google contacts 
API (I assume I need the contacts API, all I really need is the username for 
allowing users to log into my site using their google account).

So I have oAuth working now, I used this documentation to get 
there: http://code.google.com/apis/accounts/docs/OAuth_ref.html#SigningOAuth 
 But I cannot figure out (mostly because it isn't documented anywhere I can 
find) how to get a user's contact info.  

I have an oAuth access token.  I try this: 
 https://www.google.com/m8/feeds/groups/default/full?oauth_token=ACCESS 
TOKEN GOES HERE

I get an error 401.  I have also tried using a full set of oAuth params 
(sig, nonce, timestamp, etc) to no avail.

I have been trying to find how to do this in the documentation for weeks now 
and none of it is very helpful.  Could someone please explain how I can get 
a user's contact information using the access_token?

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

Reply via email to