google-api

Jquery UI datepicker ugly when used from google CDN

Hi all, I am using Jquery for the first time. It is exciting, but I got some layout problems. First things first, here is the site I am developing: http://davedev.com.br/projects/jdc/v1/pt/reserva.php (it is on brazilian portuguese, but the field I refer to is labeled "Data"). OK, so I am using Jquery and Jquery UI, as well as Le Frog...

In Line Chart if number of Point increased then xaxis lables looks very bad in Google Visualisation Chart Api

Hi Guys, I am using GWT as front end tool and i use gwt-visualization.jar for charts I want to display the name of xaxis label of Line Chart to be full instead of dot dot (....) means if my number of point on the line chart are 60 and my labels on xaxis are from Jan to Dec in this case it just shows the J.. F..M... like that mean...

Google News Search API

Hello I am using Google News Search API and i want to know whether Google news search API supports Custom Search Engine Request (which I made). I know that i can do it using Web Search API rather than news search API but since i want to retrieve results with images I need to do it along with News Search API. Can anyone guide me in right...

oAuth/Gmail from ASP.NET - "The remote server returned an error: (400) Bad Request"

I have been banging my head on this for a long time now no avail. Hoping some fellow SOers can help out. using oAuth.net library for the Gmail Contacts API The request seems well-formed and I have stepped through the requests, and cannot discern anything wrong. Tried checking if the timestamp is an issue - it seems that was a common i...

Authentication versus Google, Facebook, Twitter with community SDK.

Hello, 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. Most of the huge network providers permit to do it with their proprietary APIs, but for small group of programmers as we are to su...

about android google api-streetview

How to display streetview in android AVD? I write map.setStreetView(true); but only display blue outline. ...

Google Maps API V3 and Local search problem - empty results?

Hello, I am trying to implement a Maps API V3 and Local Search but I seem to be having problems. Somehow, the results in the OnLocalSearch() function is empty. Here is my complete code: <script type="text/javascript"> //<![CDATA[ $(document).ready(function() { // do stuff when DOM is ready var geocoder = new google.maps.Geoco...

Add a Google Contact using the .NET API 1.6.0.0

Hello, I had everything working great in 1.4.0.2 but updated to 1.6.0.0 and now I can't get the code to work for adding a contact to a Gmail account. Does anyone have sample .NET code or a link to an example of adding (creating) a contact entry and submitting it to Google (gmail)? Thank you. ...

Disable Download/Print/Share links in google doc viewer

Hello, I am trying to find a solution for disabling Download/Print/Share links thru google API. Does anyone know how to do it? Regards ...

Gmail e-mail address extractor

I am looking for a way to extract all the email addresses of all the recipients from my gmail account... I have never worked with the Gmail API so any beginning directions are welcome\ preferably php ...

dynamic script loader in JS

How can i write dynamic MULTIPLE script loader with complete handler like google google.load("http://script1"); google.load("http://script2"); google.setOnLoadCallback(function(){}); thanks ...

Accessing the current users Google Apps Domain from within a GMail gadget

I'm working on a GMail gagdget and am trying to access the current users ComanyName / Apps-Account-DomainName / ID. It has to be some ID thats unique for all users belonging to the same Google Apps Domain, for I like to display different content to different users beeing in the same Domain / Company. Do you know if and how this is possi...

PHP Oauth signature_invalid

I can't wrap my brain around why this isn't work... I really think it should be. Please help. Here is the error I get: signature_invalid base_string:GET&https%3A%2F%2Fwww.google.com%2Faccounts%2FOAuthGetRequestToken&oauth_callback%3Dhttp%253A%252F%252Fnoveis.net%252Fauthsub%252Findex.php%26oauth_consumer_key%CONSUMER KEY HERE%26oauth_n...

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 obviously returns Notice: Undefined variable: t in /usr/local/... Fatal error: Cannot access empty property in /.... ...

Location searching...

For the site I am building I want the user to be able to search for a location, however because I don't have a list of locations for the UK, I have developed a script in PHP which calls: http://ajax.googleapis.com/ajax/services/search/local in order to get the lat and lon coordinates of this location to store in the database for future u...

Is there any Google API which can broadcast the pronunciation of a word like that in Google Translate?

If there is, where to find it? ...

Using PHP to retrieve Google Spreadsheet as HTML

I'm thinking that someone might of already solved this problem. I tried to look at the Spreadsheets API and there's no mention of being able to download the file. cURL might be an option but I'd rather not get into the hassle of authenticating / POSTing manually. ...

Google Font API Library or FontFace

Hi, 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 is preferred and why? ...

How we can integrate PHP in Google Calender API without Zend

Hey friends How we can integrate PHP in Google Calender API without Zend?while i google it i am only getting Code based on Zend Framework. I CANT ADD A ZEND FRAMEWORK BASED PHP PROJECT AS MY CLIENT IS NOT WILLING TO DO THAT ...

Google Checkout XML API - Float Quantity?

I'm trying to send cart information to Google Checkout using the XML API. My products are sold by tons and partial tons, so sometimes the quantity is 1.5, for example. It appears the API only accepts integers for quantities: http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Tag_Reference.html#tag_quantity Is there a...