Hi all..
I am using the below code to retrieve the feed containing list of user
profiles.
Dim authFactory As New GAuthSubRequestFactory("weaver", "exampleCo-
exampleApp-1")
Dim singleUseToken As String
singleUseToken = Request.QueryString("token")
Dim sessionToken As String
sessionToken = Convert.ToString(AuthSubUtil.exchangeForSessionToken
(singleUseToken, Nothing))
authFactory.Token = sessionToken
Dim service As New HealthService
(authFactory.ApplicationName)
service.RequestFactory = authFactory
Dim profilelist As New HealthQuery("https://www.google.com/
h9/feeds/profile/list")
Dim feed As HealthFeed = service.Query(profilelist)
But i am getting an error
Execution of request failed:
https://www.google.com/h9/feeds/profile/list
Please suggest what i am missing..
Thanks
-- Palli
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Health Developers" 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/googlehealthdevelopers?hl=en
-~----------~----~----~----~------~----~------~--~---