api

Using SalesForce's Web Service to create and set the type of a Task

I am successfully creating a Task using the SalesForce API SOAP API through Java. However, my problem is that I can't seem to set the Type of it. They all default to "Call" but I really want them to be "Email". Can someone point me in the direction of where I can do this? I think it is to do with RecordTypeMapping, but i am somewhat...

How to capture the android device screen content?

How to capture the android device screen content and make an image file using the snapshot data?which api I should use or where to find related resource? thanks in advance! BTW: not camera snapshot,but device screen ...

issues using facebook iphone api to post image and text

I have been trying to use the facebook iphone api to publish an image and some text from my app (i.e. using FBRequest call:@"facebook.stream.publish" with the appropriate params. I've found that the behavior is extremely erratic, as it first worked fine when I implemented it, then, completely stopped working (the request would fail and ...

Using the twitter API for background processing

'Background processing' is a terrible term, but I can't think of a better one at this time on a Friday! I need a specific part of my web app to communicate with twitter - post a status using a single, fixed account. Every twitter oauth tutorial I've seen talks about applications in the general sense - those with multiple users. Does any...

I want to learn fundamentals first instead of specific API, Framework, Language. Where would I need to start?

After reading so many articles and blog posts on this vs that such as "RIA vs Web development", "Silverlight vs HTML5", "iPhone development vs Windows Phone 7 development", I realized that it doesn't really matter who wins. In a few years something new will come out, new frameworks will emerge, new technologies will be adopted. In the e...

Free / Open Source WHOIS API

Looking for a Free / OpenSource WHOIS API that returns results in XML or some usable format? ...

Facebook graph api with native iPhone application

I want to use the Facebook Graph API in a NATIVE iPhone Application. Has anybody been able to find a way to post images/message on a user's feed? I have tried all possible ways to post a ‘picture’ (not a URL but a UIImage) on the feed and have been working on this for 2 weeks now. If you go to facebook.com you can upload a picture from...

How to quickly integrate with multiple merchants from one app

Hi folks, I'm trying to write a free mobile app that would make payments merchant-agnostic for the customer. Context: Most web-apps are merchant centric and allow for multiple payment types from the customer. But the problem I'm trying to additionally solve is to have, say, a mobile app that is capable of paying as many merchants as p...

Facebook graph api with 'NATIVE' (no PHP) iPhone application

I want to use the Facebook Graph API in a NATIVE iPhone Application. I need help to POST images/message on facebook. I know of these two resources on the net but they do not provide any help with posting on the user's feed. http://www.capturetheconversation.com/technology/iphone-facebook-oauth2-graph-api http://blog.corywiles.com/face...

Personal investment monitoring system java

As a minor project, I have undertaken Personal Investment Monitoring System. The functionalities I need to provide are: 1: User must be able to create portfolios. 2: Inform where he has bought shares from and at what price. 3: Display him the current stock price for the shares he owns. I thought about using Google Finance api for the sa...

Google App Engine Python Authentication from API

I'm currently building a Python webapp on the Google App Engine and I want to expose various parts of my application via a JSON API. This API may be used in the form of a mobile client, or (for the purposes of testing) a headless Python script. I need to be able to authenticate users before they perform operations on the API. I notice t...

TEvent.WaitFor in Kylix

In Kylix TEvent.WaitFor(Timeout) method only accepts Timeout of $FFFFFFFF, otherwise it generates an error. Internally it uses sem_wait function which doesn't have a timeout parameter. It there any way around this? I need to set a timeout parameter. ...

Accessing Windows Native API from User-Mode

I'm quite curious about the Windows Native API. I have been searching around the net and have failed to find an example of calling a Native API function from user-mode. I believe I have a basic grasp of what this entails - specifically, I have to define constants and the native API function in my program, and use GetProcAddress to find t...

Windows API in Java (Processing)? Do I need JVM?

I'm not sure I need JVM, or how'd I'd use it if I did. I basically want to a BFS for directories on a multi-drive system. I think I could pound this out using some of the Java examples I've found online, but if there is a faster, better way with Windows, I'd like to explore that option. Ideally I'd like it to work like the Window's Ex...

how to integrate orkut in my website through orkut api

hi friends, i'm a beginner to orkut api and i don't know how to integrate orkut in my website. I just don't know how to pass the user information to orkut server to get the response form the orkut server. Can u please give me the sample code for getting just the user profile and to print the display name of the given user?? thanks a...

Ruby framework to write a API in?

Hi I'm looking to write a multiplatorm tasks application for technical people. I want to handle as many platforms as I can (web, shell, desktop) and therefore I have decided to begin with a server/API. I want to write it in Ruby, however i think that Rails is a bit too heavy for this, even though it would do the job. Sinatra also doesn'...

Library or API that gathers user info from social networks

I'd like to gather user data in a web-based intranet application similar to rapportive, gist and xobni. These services gather and display facebook profiles, twitter streams, linkedin profiles, etc. based on the user's email address in your inbox. Is there a 3rd party library or API (free or paid) that would provide this kind of data fro...

How many font families are avalible for Google Font API?

I think the service is great but are these few the only fonts that are available: http://code.google.com/webfonts ? Or are there others and if so where can I see them? ...

API for downloading blog feeds

Do any of the Blog publishing platforms expose API's where we can get a continuous feed (or search through the feed) of blogs being written? As far as i read through the API of blogger.com i don't think they expose API of this sort; you can probably get a feed of blogs written just by your friends but not by all public users. Also are t...

using UpdateLayeredWindow in NETCF (Windows Mobile 6.5 only)

guys, have you tried using UpdateLayeredWindow API? am not sure why it doesn't work. meaning.. just a blank layered window .. public void MakeEXLAYERED(IntPtr hWnd) { // add WS_EX_LAYERED and WS_EX_TRANSPARENT extended style in our form int _initialexstyle = Win32.GetWindowLong(hWnd, Win32.GWL_EXSTYLE); Win32.SetWindowLong(hWnd, W...