Ebeo / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

How can i access in google latitude api over .NET app? #501

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I can't find out how to use REST in latitude with access token
2. I want to show sample code how to get eg. current position and insert 
position in latitude over .net code with Google Gdata.
3. I already have access token for my latitude.
4. Is it possible access to latitude data with .net and with access token?
5. I have example with userId(by the way, i didn't find my userID), but it is 
not what i search for.
What is the expected output? What do you see instead?
latitude and longitude of my current position.

Please use labels and text to provide additional information.

Thanks for your help.

Original issue reported on code.google.com by tomas.ku...@gmail.com on 10 May 2011 at 2:16

GoogleCodeExporter commented 8 years ago
The Latitude API is not based on GData so it's not supported by this client 
library.
However, you can use the Google APIs Client Library for .NET to access the 
Latitude API in your .NET applications:

http://code.google.com/p/google-api-dotnet-client/

Original comment by ccherub...@google.com on 10 May 2011 at 9:07