api

Android SDK sample app question:

If you go into the standard Note pad accessory application, the first available note menu entry is going to be... <untitled> My question is this: Where is "<untitled>" coming from in the code? The code is in the NotePad sample in the SDK if you want to built a project from existing source real fast. I just can't find where "<unti...

Is there any free portable (meaning <100mb ) IDE for C++ windows developers with compiler capable of codehinting and tested working with Win32 API?

What I need is a small sized IDE+compiler for creating C++ applications that will interact with win32APIs... And It'd be grat for it to be capable of analizing headers I give it for code completion and connecting DLL's (not .Net DLLs but If it'd be capable ofcompiling C++ .NET projects I would just be super-duper glad) to project should ...

What is essential in protecting API from abuse?

Just wanted to learn what steps should be taken to prevent API from abuse... ...

How limit API calls?

Reading it at http://blog.programmableweb.com/2007/04/02/12-ways-to-limit-an-api/ I wondered how to accomplish time based limits (ie. 1 call per second). Well, if authentication required, the way is to compare the seconds tracked by PHP's time function (for instance, if ($previous_call_time == $current_call_time) { ... })? Any other sugg...

REST web service available out there to use?

I was just wondering what other cool web service API out there that we can use besides the following: 1. Foursquare 2. Facebook 3. Twitter 4. Google & Bing Map 5. NetFlix 6. LinkedIn What other ones can you find? ...

How can I fix my android photo upload to send larger streams of data

I have an android app that is attempting to upload photos to a web server via API interface. The method works fine as long as the image sizes are not too big (fails somewhere around 1280x800) Heres the code that will work will smaller images but fails with larger ones. Any suggestions? public void uploadPhoto(FileInputStream fileInputSt...

Sphinx. Set of queries. PHP API

Hello. With little sign of the Sphinx. I have 5 pages. At one should look at the entire base. This is done next. config: source logs { type = mysql sql_host = localhost sql_user = root sql_pass = sql_db = bot sql_port = 3306 sql_query_pre = SET NAMES utf8 sql_query = SELECT * FROM logs sql_attr_uint = host s...

Where do I find field length limits for the Google AdWords API?

I am having to use the Google AdWords API for a project, I have large chunks working but I am getting frustrated with the documentation. For example I know that a TextAd headline field has a limit of 25 characters and can't have things like ! and ? in it. The documentation makes no mention of it though: http://code.google.com/apis/adword...

Adwords API; retrieving keywords for an account

I am building a tool that needs to retrieve all of an Adwords user's keywords. When I test this tool, it performs as expected about 1/2 the time, retrieving all of a user's keywords. For the other half, when I send my SOAP request to the Adwords API, I receive a valid response from the API (I.E. no error is reported) with 0 keywords. ...

googleMapAPI.class.php

I'm a web developer,i have a project to solve error in gmap.my client implemented googleMapAPI.class.php to show markers on gmap,but the script not showing all 36 markers,not only that but every page reload it's displaying markers randomly,and less than actual numbers of markers like 15,18 and some times 26,but can't show 36 .Can anybod...

How can I extract the distance from Google Directions API via Excel web query?

I have a long list of origins and destinations in Excel, using webquery I can fill in the cities and postal code to give a webquery like: http://maps.googleapis.com/maps/api/directions/xml?origin=Scoresby&amp;destination=Melborne&amp;sensor=false This returns me a long XML file, but all I need is just the distance. Is there a way to ex...

how to get emailid of public profile by using linkein search api...?

hi every one... i am creating an application in c#. I do want to get email id of public profile.... is it possible to get email id through search profile linkedin api or any other alternative. thanks with regards. plz do reply. ...

how can use start and count in the linkedin api?

hello to all, i am using linked api for profile search.. the api is ""http://api.linkedin.com/v1/people-search:(people:(id,first-name,last-name,headline,public-profile-url))?keywords=[" + txtsearch.Text + "]";" but i get only 10 profiles at a time.. so how can i get all the profile related to that search. with regards. plz do reply ...

SWFObject not working from Google Libraries API?

The following embed code works fine when I load swfobject.js locally. However, when I try to load the swfobject.js from Google Library APIs, the Flash movie fails to load. I know I'm using a valid key, and the swfobject.js file is definetely being loaded, but I get an "Uncaught ReferenceError: SWFObject is not defined (anonymous functi...

Inviting Users to Events via Facebook API

I'm able to create an event via the Facebook Graph API but I have yet to see a way in which to invite users to that event. My fallback is to simply use the old REST API but sooner or later that will be phased out so I wanted to see if anyone had any suggestions. -- Additional side question: While using the REST API (or possibly even...

facebook API limitations

I was wondering what are Facebook limitations. My client wants such project: 3. App allows user to post photo on their facebook page and share it with their friends with a message. Can Facebook API allow all these steps to be accomplished? ...

Facebook API - Only retrieve friends of user who are 21+

I'm in need of a way to fetch the friends of a user but only those who are 21+. I'm aware of "admin.setRestrictionInfo" but it doesn't seem to be working. Seeing as how the Facebook documentation is in a constant state of disarray I wouldn't put it past Facebook to depreciate to call and not updating the docs. Any help would be much a...

android api level

How do I get the Api level of the phone curently running my application? I am sure its simple but I can not find it as all my searches bring up tons of junk. ...

Logging API calls

I've written an API and currently am looking at what is the best way to provide logging for the system. We want to be able to have an overview of the calls being made, if particular calls are being hit very often and such. What is the best way to log and present all this information simply? Simply wondering if there are any pre-built ...

Web-API for shazam or a similar service?

Shazam on my Android phone works great. Now I'm looking for an api for Shazam or a similar service. This service should take a small part of a song and should return the metadata of the song. (title, artist) ...