APIs provides a way to interact with other services. API questions are offtopic for Web Apps.
8
votes
2answers
701 views
Does glassdoor.com (or similar company rating services) offer an API?
I'd like to access (crowd-sourced) company rating information programmatically. Does anybody have suggestions which companies offer an API for that?
1
vote
1answer
372 views
API for classifieds site?
I make an ad posting software and I "only" get 5-10 new ads per day while I programmed the system to be able to manage very large data sets (google app engine.) So I'm looking for a way that via an ...
-1
votes
0answers
15 views
Unauthorized access to my google calendar? [closed]
I used the google calendar API to add events via my blog using a form :
Authorizing the user
Setting a service
Inserting event
I was just wondering if there is a way to have a non-google user ...
0
votes
0answers
36 views
Google Talk Service On Google Application Engine
I searched a lot for built web service like Google Talk, using Google Application Engine and Python.
For that first step is to check the status of online user on the Gmail. I found many code of it on ...
0
votes
1answer
240 views
Export Youtube subscribers as text list
Is there any way to export all Youtube subscribers as a text list?
Is there ANY API, or something...?
1
vote
1answer
62 views
Retrieve Picasa album from CDN image
I often see Picasa images embedded in forum messages, but I sometimes would like to access to the albums they come from.
Flicker allows this kind of request using their API, flickr.photos.getInfo. ...
5
votes
6answers
2k views
Seeking Online Hosted Database web service with REST API [closed]
Does anyone know of a web-based / hosted and simple database that has a REST API?
1
vote
1answer
182 views
Post photo from WordPress to facebook page album [closed]
Question here is: Is the following possible/doable using the facebook API?
Using the facebook API (open graph) I need to achieve the following:
When I publish a post to my self hosted WP site, I ...
1
vote
1answer
379 views
Trying to get Facebook API but get redirected back to my Page
I need an API key from Facebook, but every time I try to get go to facebook.com/developers while logged into my account I get redirected back to my Facebook page.
How do I get a Facebook API key ...
7
votes
2answers
1k views
Download links given by YouTube API return 403
I am trying to download all available files that are different qualities of a single video using the YouTube API, but every URL I follow to download the video results in a 403.
Script:
#!/bin/bash
...
0
votes
1answer
2k views
Yahoo! Fantasy Sports API / General API Questions [closed]
I am about to start a Yahoo Fantasy baseball keeper league in a few days, and I came across Yahoo APIs. I currently have been working with ASP.NET (C#), and I would like to make a companion site for ...
1
vote
0answers
739 views
free/opensource todo webapp with API and/or mobile UI + call for developpers [closed]
I'm looking for a free/opensource todo webapp that I can host myself and that provides a good user experience on a phone. I didn't find any for now.
First there were myToDoListPHP by Antonio Lupetti ...
1
vote
0answers
322 views
Does Hacker News have an API?
I have looked around, and the answer seems to be no. But, I wanted to make sure, hence my question here. I am interested in writing a Hacker News client app, so am looking for an API.
I see there ...
0
votes
0answers
163 views
Trello API Create Card with Due date, members, checklist
I have a problem with adding due date, member and so on.
I have this little small wrapper:
$name="Name for a Card";
$desc="Try using some\n\nmarkdown in your description";
$pos="top";
$trello_key ...
-1
votes
1answer
92 views
Are there any Wunderground alternatives for historical weather data [closed]
I am building a web application where I need to display whole year's month wise weather conditions. So that users get an idea of what the weather conditions are like and plan their trips accordingly.
...