Yahoo has separate map for India ( which has more details than the regular maps.yahoo.com) at http://in.maps.yahoo.com/ . But when I use the API it goes to default map. How do I get API access to YMaps India?
Hello,
In Google Maps API v2, I was using map.clearOverlays() to remove the marker and draw them again.
How can I do that using Google Maps API v3 ?
Thanks
What is the difference between Service Provider Interface (SPI) and Application Programming Interface (API)?
More specifically, for Java libraries, what makes them an API and/or SPI?
I just downloaded the Bing API 2.0 SDK. There are several html files in Bing API 2.0 SDK\Samples\JSON directory. I replaced the AppId in the JavaScript with my new AppId. These pages run fine in IE but I got 'syntax error' in Firefox, Firebug console. Does anyone have similar issues? What is in the page that is causing the 'syntax error'?
Thank you very much.
Jazure
I'm looking for a good open source multi-touch API to use in a project we might get. So far I've found PyMT, but haven't really seen any comments on the maturity of that product, so any input in that regard would be much appreciated.
I'd also like some other suggestions on API's that might be of interest, since googling have only given so much, and as with PyMT, it is quite difficult finding opinions on the frameworks out there.
Many thanks.
I am trying to put together a bash or python script to play with the facebook graph API. Using the API looks simple, but I'm having trouble setting up curl in my bash script to call authorize and access_token. Does anyone have a working example?
Hi all,
My idea is to connect to LinkedIn through the API and work on the public data. My area of concern is where to find Linkedin API and how to use it. I have search a lot but landed no where.
Please help me in this regard.
I'm looking to implement a feature where I am able to collect @mentions through the facebook API in a similar fashion to the twitter API.
Specifically, if I run a group called foo, and other people on facebook mention @foo in their wall posts, I'd like to fetch and collect the text of that particular @foo mention.
I can't find any relevant documentation on Facebook....
I am trying to auto-generate Unit Tests for my C code using API sanity autotest.
But, the problem is that it is somewhat complex to use, and some tutorials / howto / other resources on how to use it would be really helpful.
Have you had any luck with API sanity autotest?
Do you think there's a better tool that can be used to auto-generate unit tests for C code?
Hi ,
We are doing call taxi business ,
I have around 100 drivers ,
I want to track these 100 drivers , am not ready to go for GPRS and
any other costly works ,
So i want to track these guys using His mobile,
That is,
I have all these drivers mobile number,
is there a way to find his/her present location using any google API ,
Please tell me Google API for tracking mobile ,
Thanks
Bharanikumar
I am looking for a usb based video capture card (to be used with cctv analog cameras) which comes with an api. An api of sorts would help as I am planning to do some analytics on the video stream.
Any ideas on such a device?
Using the new API, is it possible to get the insights (analytics) data from a page that you are an admin of?
I can successfully get the data from an app I own, but its not clear how to do this for a page.
If not, is it possible to download the CSV of data from the API?
I'm tired of switching between xcode and the browser to check iPhone API reference from Apple web site. Any better way to to it directly from XCode ? Ideally I'd like to select a word and search for it in the APi reference automatically.
Hello!
Where can I find centralized and complete documentation aboput Linux - specific API?
I'm preparing Linux port of my application and i want to use as much Linux - specific features as it's possible. So far I found that Linux provide epoll and inotify API, which are great news for me, because my program works as network server and monitor local file systems.
i was trying to get how many facebook likes an url got, through facebook graph api.
to get the likes i need to get the content from this url:
http://graph.facebook.com/?id=URL
for example, try to get into this url:
"graph.facebook.com/?id=http://stackoverflow.com"
you will see how many "shares" the url got. shares is the sum of shares and likes, so every thing was working good when i was trying to this.
the problem start when i use special charcters. when i using the "?" charcter everything work okey. but when i use "&" charcter the url cuts itself.
try this:
"graph.facebook.com/?id=http://stackoverflow.com?p=blabla&a=fsdf"
you can see in this page that the id actullay cut itself when it get to the "&" charcter and the page ends like this:
{
"id": "http://stackoverflow.com?p=blabla"
}
sorry for my bad english...
i can get my user_timeline fine:
curl -u user:pwd http://www.twitter.com/statuses/user_timeline/user.json
{blob of tweets}
but when i try to get the friends_timeline, i get an auth error:
curl -u user:pwd http://www.twitter.com/statuses/friends_timeline.json
{"request":"\/statuses\/friends_timeline.json",
"error":"Could not authenticate you."}
do i just not understand the documentation?
http://apiwiki.twitter.com/REST+API+Documentation#friendstimeline
I may be going mental, but I can not find any api reference material for nhibernate. I've found plenty of manuals, tutorials, ebooks etc but no api reference. I saw the chm file on the nhibernate sourceforge page, but it doesn't seem to work on any of my PCs (different OSes)
Can someone please point me in the right direction?
Hello everybody!
I would like to ask from you guys/girls somebody used radar image api in MOBILE PLATFORM? I got some good provider but the user agreement don`t allow to use it in mobile platform.
Even some good weather forecast API exists? (with moon phase,5-7 days forecast) and radar images ? Maybe search by US zip code?
Is there a (standalone!) java api which wraps the XML-RPC interface to bugzilla? I don't want to program my own api for it, and I can't actually find a library which does this (and only this).
Update:
I'm looking for something like this http://oss.dbc.dk/bugzproxy/
only written in Java
hi,
i want to use google translate api from the iphone.
what i found is :
http://code.google.com/p/gdata-objectivec-client/
but in the list i can not see the translate api.
where i can found the library ?
thanks.
can anyone tell me how i can put different pictures to different locations, as shown on the url below:
http://connectedwell.com/wp-content/uploads/2008/05/brightkite_friendmap.png
brightkite used to have it, but they dont anymore ... and im not really sure i can use custom div tags and assign them to the google map api v3 ... didnt really find anything useful in the api documentation either ... just for "custom markers"
I've been working on a REST implementation with my existing Cake install, and it's looking great except that I want to use HTTP Digest Authentication for all requests (Basic Auth won't cut it). So great, I'll generate a header in the client app (which is not cake) and send it to my cake install. Only problem is, I can't find a method for extracting that Digest from the request...
I've looked through the Cake API for something that I can use to get the Digest Header. You'd think that Request Handler would be able to grab it, but I can't find anything resembling that.
There must be another method of getting the digest that I am overlooking?
In the meantime I'm writing my own regex to parse it out of the Request... once I'm done I'll post it here so no one has to waste as much time as I did hunting for it.