0
votes
4answers
43 views
Under what circumstances is it reasonable to use a vendor-specific API?
I'm working with Websphere Portal and Oracle. On two occasions last week, I found that the most direct way to code a particular solution involved using API's provided by IBM and O …
2
votes
3answers
154 views
Does Google allow other people to use their “Did you mean” API?
I have been searching all over the Internet, but did not find that exact API.
I'd like to use their Did You mean feature for my own website.
1
vote
2answers
30 views
facebook application only accessible by my user account
Hi all,
I am developing this small facebook iframe app. I am using .net's facebook developer toolkit. It works fine for me with my user account. Though when I tried testing it thr …
1
vote
2answers
63 views
Using C++ API in C#
I would like to use an API that is written in c++. It involves including header files and libraries. How can I use this API in a C# application?
0
votes
0answers
15 views
Google Visualization Api + SQL
Hi,
I'd like to create a GViz of some data in a MySql Database and I'm having problems.
Here is the source so far:
<?php
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or …
1
vote
1answer
19 views
Flash security error - Twitter API
Hey folks,
I'm trying to hit the Twitter API in my Flash application. It works in the local Flash IDE, but doesn't work when I upload it to my server. I'm getting this error:
E …
1
vote
2answers
83 views
C/C++ memory usage API in Linux/Windows
I'd like to obtain memory usage information for both per process and system wide. In Windows, it's pretty easy. GetProcessMemoryInfo and GlobalMemoryStatusEx do these jobs greatly …
1
vote
0answers
35 views
Dead Frameworks/APIs
I couldn't seem to find a duplicate of this, so I'll ask it.
What are some of the most memorable Frameworks/APIs/Middleware Solutions that have now long been depreciated?
What …
3
votes
2answers
52 views
Which Twitter API Library for Ruby do you recommend?
What is the best Twitter API Library for Ruby?
I want to do simple things like:
search for specifics keywords for a date range
start following people
tweet messages
How can I …
0
votes
1answer
13 views
YouTube API videoEntry count comments
I am trying to get the comment count for a video entry but this is giving me a count of 1 when there are no comments. Any ideas?
<?php
$commentFeed = $yt->getVideoCommen …
0
votes
2answers
26 views
Which (popular) websites support mashable APIs?
Which popular websites out there support an HTTP based API?
I am looking for content of general public interest (hence, Amazon's RESTful API wouldn't qualify, for example).
Some …
1
vote
2answers
38 views
YouTube Data API limits?
Is there a limit to the number of requests I can make with the API? I
see there are limits to uploading and the total number of videos (2000) you can have, but is there a
limit to …
2
votes
3answers
47 views
Detecting API changes/evolution
I want to measure API evolution for a given Java project, in particular new/renamed classes, new methods, newly deprecated methods, etc. Is there a tool that detect such changes?
…
1
vote
1answer
39 views
Is there a Google Voice API?
Is there an API (officially or unofficially) for Google Voice? I would like to have an API to work with voicemails, send/receive SMS messages, initiate calls, etc. What is the Andr …
0
votes
0answers
14 views
Using Orkut opensocial API from widows application C# Winforms
Hi,
I am working on a windows application where i want to display orkut user profile details like name, profile pic, albums. Is there some way can I can access user profile data o …
