Top "Google-api" questions

Use for questions about various Google APIs.

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/…

javascript jquery google-api
Access-Control-Allow-Origin error sending a jQuery Post to Google API's

I read a lot for the 'Access-Control-Allow-Origin' error, but I don't understand what I have to fix :( I'm playing with …

jquery ajax google-api cors jsonp
Alternative to google finance api

I wanted to use Google Finance API to get stock data about the company but this API is deprecated since 2011/26/05. …

api google-api google-finance quandl
How can I validate google reCAPTCHA v2 using javascript/jQuery?

I have a simple contact form in aspx. I want to validate the reCaptcha (client-side) before submitting the form. Please …

javascript jquery asp.net google-api recaptcha
How can I get stock quotes using Google Finance API?

I'm looking for access to financial data from Google services. I found this URL that gets the stock data for …

java php javascript google-api google-finance
Get user info via Google API

Is it possible to get information from user's profile via Google API? If it is possible, which API should I …

oauth google-api userinfo
Lookup City and State by Zip Google Geocode Api

I basically want to retrieve a list of city and state within a zipcode. Is Google's Geocode API capable of …

google-api google-geocoder
invalid_grant trying to get oAuth token from google

I keep getting an invalid_grant error on trying to get an oAuth token from Google to connect to their …

google-api
What are the alternatives now that the Google web search API has been deprecated?

Google Web Search API has been deprecated and replaced with Custom Search API (see http://code.google.com/apis/websearch/). …

google-api deprecated google-search google-custom-search
Using Postman to access OAuth 2.0 Google APIs

I am trying to access Proximity Google API using Postman chrome app. I have followed tutorials on postman and google …

oauth-2.0 google-api google-api-client postman google-oauth