i'm making a client of google calendar program on Windows, using VC9.0
and liboauth for oauth.
(that means, it's a installed application)

i received to the access token successfully, by
oauth_callback=oob&scope=http://www.google.com/calendar/feeds.

but, when i query "https://www.google.com/calendar/feeds/default/
owncalendars/full" to google,
then i always receive 401 error.

in other words,
https://www.google.com/calendar/feeds/default/owncalendars/full?oauth=XXXXXXXXXXX
(XXXXX is the oauth access token of some user)
receives,
<HTML>
<HEAD>
<TITLE>Authorization required</TITLE>
</HEAD>
<BOLY BGCOLOR="#FFFFFF TEXT="#000000">
<H1>Authorization required</H1>
<H2>Error 401</H2>
</BODY>
</HTML>.

what's the problem?
and is there some my fault to call oauth by using liboauth?

-- 
You received this message because you are subscribed to the Google
Groups "Google Calendar Data API" 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/calendar/community/forum.html

Reply via email to