Tagged Questions

Google offers a variety of APIs, mostly web APIs for web developers. The APIs are based on popular Google consumer products, including Google Maps, Google Earth, AdSense, Adwords, Google Apps and YouTube.

learn more… | top users | synonyms (2)

86
votes
8answers
73k views

Is there a link to the “latest” jquery library on Google APIs?

I use the following for a jquery link in my <script> tags: http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js Just wondered if anyone had discovered whether there's a link to the ...
15
votes
5answers
5k views

Oauth for Google API example using Python / Django

I am trying to get Oauth working with the Google API using Python. I have tried different oauth libraries such as oauth, oauth2 and djanog-oauth but I cannot get it to work (including the provided ...
14
votes
1answer
306 views

Google Apps feed Google API

I am uploading data to Google apps programmatically. I am using the following code MailItemEntry[] entries = new MailItemEntry[1]; entries[0] = new MailItemEntry(); entries[0].BatchData = new ...
13
votes
4answers
2k views

Google web search API deprecated - what now?

Google Web Search API has been deprecated and replaced with Custom Search API (see http://code.google.com/apis/websearch/). I wanted to search the whole web but it looks like with the new API only ...
12
votes
8answers
4k views

Access Google Spreadsheet or Google Data API only with Javascript

I want to access Google Spreadsheets using JavaScript Only. ( no .NET C#, Java ) I came here and was shock to know that there is NO api for JavaScript for accessing Google Spreadsheet. Please tell ...
9
votes
1answer
1k views

Alternative to the deprecated google REST web search API

I have been using the Google Websearch API for over 1 year now. The service was deprecated in Nov 2010 but continues to provide results to date. More recently, google has started to enforce the 1,000 ...
9
votes
8answers
2k views

What is the best way to translate a big amount of text data?

I have a lot of text data and want to translate it to different languages. Possible ways I know: Google Translate API Bing Translate API The problem is that all these services have limitations ...
9
votes
3answers
2k views

How to create Task using Google Calendar API

I want to create Task in Google Calendar using Google Calendar API.Using C#. Looking for some sample codes.
8
votes
1answer
555 views

Google API , get value from datatable

google.visualization.events.addListener( geomap, "regionClick", function(e) { console.log(e["region"]); console.log(data.getValue(e["region"],1)); }); I use ...
8
votes
2answers
461 views

how to easily get https post response data?

I'm developing a toy program which uses the Google URL shortener API. To shorten a URL, you need to send this request: POST https://www.googleapis.com/urlshortener/v1/url Content-Type: ...
8
votes
2answers
286 views

Anyone in the enterprise using Google-hosted jQuery script?

I would like to use Google's copy of jQuery, to spare some load on my company's local web servers: http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js While this is great for many ...
8
votes
5answers
9k views

Google Weather API “Conditions”

Anyone know of all the possible weather conditions Google's API will put out? I've got to match up my icons to the forecast, and I can't find a list of conditions.
7
votes
1answer
490 views

Google hosted jQuery and webfonts causing webkit warnings

I've got the following code in my headers to load a font from Google's hosted APIs, and to load jQuery and jQueryUI. <link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' ...
7
votes
2answers
1k views

Copy a Google Docs Spreadsheet using Google .NET API

I'm wanting to copy an already existing Google Docs Spreadsheet to a new Google Docs spreadsheet. I dont think the v2.0 .NET API can handle it natively (or if so I can't find the class/method), ...
7
votes
4answers
2k views

Any good Finance API?

Yahoo! Finance feeds are pain in the ass. Google Finance API seems OK but don't know why I can't retrieve stock quotes information for Dow Johnes, NASDAQ, S&P... Works perfect with company ...
7
votes
3answers
405 views

Google Font API Library or FontFace

Google has launched Google font API but, CSS3 standard came with @fontface which enables us to have non web safe fonts on websites. Can anyone suggest pros and cons of both over each other. Which one ...
7
votes
3answers
535 views

Why is it a bad idea to use ClientLogin for web apps in the Google API?

I just picked up the Google API today to allow some users of our site to upload videos to our own organization YouTube account. I Don't want our users to know our user name and password, but rather ...
6
votes
0answers
187 views

Performing Google Federated Login/oAuth2 after initial Authentication

I am trying to support "Hybrid" Federated Login and oAuth2 (using logic from this document) for a webservice which will: support Sign in using your Google account on my site. That is, from the ...
6
votes
3answers
386 views

Using Google OAuth on localhost

I started to use OAuth with Python and Django. I need it for Google APIs. I working on localhost, so I can't register a domain for url-callback. I've read about that Google OAuth could be used with ...
6
votes
3answers
208 views

Does Google+ have a public API? [closed]

Possible Duplicate: Is there already a Google+ API? Does Google+ have a public API which I can use in my iOS application?
6
votes
4answers
432 views

Is there any way of changing gmail password programmatically using java?

Is there any way of changing gmail password programmatically using java?
6
votes
2answers
1k views

Using Google experimental implementation of OAuth 2.0 to access existing API endpoints

According to this documentation, process of receiving OAuth access token is straightforward. I would like to see a list of all available API endpoints that is ready to accept OAuth 2.0 access token. ...
6
votes
1answer
2k views

simple hit counter for page views in rails

I've found several solutions for this problem, for example railstat from this post: Page views in Rails I have a bunch of articles and reviews which I would like a hit counter filtered by unique ...
6
votes
4answers
802 views

Get a google's email/username in java?

is it possible to retrieve the username of a google account that i have succesfully authenticated using OAuth? i have retrieved the users Access tokens but i am wondering if their is a API call i can ...
6
votes
2answers
277 views

Suggestions on how to access google webmaster tools' api through R?

I wish to access my Google Webmaster's tools' API via R. I see from here: http://code.google.com/apis/webmastertools/docs/2.0/reference.html That it requires fetching a feed behind https and ...
6
votes
3answers
3k views

How to post a Google Calendar in a web page without using <iframe>?

Google Calendar provides a way to insert your Google Calendar into a web page using an <iframe>. Is there a way to insert this data into a web page without having to use the <iframe>? I know ...
5
votes
1answer
213 views

Google Calendar API v3 - How to obtain a refresh token (Python)

I am trying to write a Django app which creates events in a specific Google calendar. So far I have been successful. There is only a little problem: I don't know how to obtain a refresh token with ...
5
votes
3answers
327 views

How can I convert image binary from API call to data URI in Javascript?

The Google API I'm using is transmitting images only as binary data. I have absolutly no idea how to put this into a data URI to display it, thanks for any help! The call I'm talking about is this ...
5
votes
3answers
506 views

What to use now Google News API is deprecated?

As part of a Project I'm working on I've been instructed to implement Google News API into the ASP.NET Web Application. However, I've checked the Google News API site, and I see the following ...
5
votes
2answers
416 views

OAuth2 - Why do access tokens expire?

I am just getting started working with googles API and Oauth2. When the client authorizes my app I am given a "refresh token" and a short lived "access token". Now every time the access token expires, ...
5
votes
0answers
1k views

Market licensing API on Android emulator issues

I have an Android app that uses the license checking API. I've set up emulator AVDs with the Google APIs for API levels 8, 9, and 10. My app works fine with the level 8 AVD but fails miserably with ...
5
votes
3answers
319 views

How to unit test calls to Google API

I have a following method, which retrieves top visited pages from Google Analytics: public function getData($limit = 10) { $ids = '12345'; $dateFrom = '2011-01-01'; $dateTo = ...
5
votes
2answers
117 views

How can I access an object property named as a variable in php?

A Google APIs encoded in JSON returned an object such as this [updated] => stdClass Object ( [$t] => 2010-08-18T19:17:42.026Z ) Anyone knows how can I access the $t value? $object->$t ...
5
votes
2answers
2k views

Google weather api on a commercial project

Could i use the Google weather api in a commercial project, by just adding a "weather powered by google" link?
5
votes
5answers
12k views

Google geocoding API (City => long, lat)

Does Google offer a RESTful API where I can pass it a city name (or zip) and it returns the longitude & latitude. I know how to do this with using the Google Maps API, but I really don't want to ...
5
votes
3answers
2k views

Google Data API authentication

I am trying to get my Django app (NOT using Google app engine) retrieve data from Google Contacts using Google Contacts Data API. Going through authentication documentation as well as Data API Python ...
4
votes
2answers
312 views

When authenticating with oAuth and youtube, always get error : invalid_grant on 2nd auth attempt, why?

As of yesterday, my application is able to authenticate with google (youtube) via oAuth 2.0 the first time no problem but the 2nd time (re-authentication, same app + same user), when I exchange the ...
4
votes
1answer
299 views

How to use Google Analytics API with 2-legged OAuth (Google Apps for business)?

I want to develop an application for the business I work. We are using Google Apps and want to get data from Google Analytics and show it in one of our web apps. I do not want the client to see any ...
4
votes
4answers
1k views

Can Google Maps/Places 'autocomplete' API be used via AJAX?

I'm trying to use the Google Places autocomplete API to pre-fill a form on a web application with Establishment data to ease data-entry. The API is pretty straightforward, but it doesn't seem to want ...
4
votes
2answers
288 views

Uploading a file to google docs via a Python script

I'm trying to upload a backup file from my server to my Google storage in a Python script. The backup file is an encrypted zip file (gpg file). It connects successfully, but fails transferring the ...
4
votes
1answer
521 views

Howto use Google Accounts as login

I'm thinking about using Google Accounts as a user verification for a service I'm developing. This will be a client and server. I'm hoping to be able to use the already signed-in Google Account on ...
4
votes
2answers
2k views

How to develop application for Android which uses Google Calendar API

I just started doing some Android app development and I decided I'm going to write app to work with Google Calendar. First problem that came to me is that I can't add any gmail account on the ...
4
votes
2answers
548 views

How many requests can be made to Google Maps API without being banned?

I'm using an autosuggestion for addresses through Google Maps API that I want to be as fast as possible. Currently, I have added a 10ms delay to my script in order to avoid being banned for too many ...
4
votes
2answers
377 views

Authentication versus Google, Facebook, Twitter with community SDK

we're developing one service to be integrated with various social networks and would like to allow users to be authenticated with their facebook-google-twitter-etc accounts in a simple one-click way. ...
4
votes
3answers
2k views

Which Google api to use for getting user's first name, last name, picture, etc?

I have the oauth authorization with google working correctly and am getting data from the contacts api. Now, I want to programmatically get a gmail user's first name, last name and picture. Which ...
4
votes
2answers
198 views

Retrieving “businesses” with Google Maps API?

This is an example of a Business on Google Maps It has elements attached such as: Reviews from various sites (qype, viewlondon, etc...) Details provided by various sites Photos and other content ...
4
votes
5answers
337 views

Which Google API/Tool should a web-developer know about?

I am looking at Google's list of APIs & Tools. Which Google API should a web-developer know about? Update: Programmable web - most popular shows currently Google Maps Google Ajax Search Google ...
4
votes
2answers
2k views

How to center Google Map on a country by name

I'm using the Google Maps API (v2) and would like to center the map onload to a country (for example england). At the moment i center the map using: map.setCenter(new GLatLng( ...
4
votes
3answers
2k views

Commercial use of Google API

This question maybe a better fit on The Business of Software forum but despite my post on there, I'm still unable to determine the following: Can I use the Google API to build commercial software? If ...
3
votes
1answer
128 views

get name from google contact api from javascript

I am trying to get contact name, email and phone from google contact api from contact feed http://www.google.com/m8/feeds/contacts/default/full var entries = result.feed.entry; for (var i = 0; i ...

1 2 3 4 5 17