APIs provides a way to interact with other services. API questions are offtopic for Web Apps.

learn more… | top users | synonyms

2
votes
3answers
336 views

Are there any cloud-based file sharing and storage services that allow upload from a URL via API?

I've been looking for a service like this, but have had no luck, so far. Perhaps I overlooked something during my search. I need to find a cloud-based file-storage and sharing service that will let ...
1
vote
1answer
380 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 ...
0
votes
1answer
288 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...?
0
votes
1answer
173 views

Plaxo “Address Book Access” Widget Email Inviter - Where's it gone?

we're just doing to some research into email inviters. We currently use Plaxo. It's a simple system that allows people to select contacts from their Email Address Book and then allows them to send ...
2
votes
0answers
51 views

Permission to see Member's cards - /members/[idMember or username]/cards

I am using and auth token to call the API. I would like to use: /members/[idMember or username]/cards ( https://trello.com/docs/api/member/index.html#get-1-members-idmember-or-username-cards) and ...
2
votes
0answers
261 views

Is there a Google hangout button on iPhone?

The new Google hangout button enables to embed hangouts on websites, but it is not supported by iPhone. Google + iPhone app enables hangouts with iPhone devices. Is there a way to use a hangout on ...
1
vote
0answers
375 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 ...
1
vote
0answers
53 views

What date fields are exposed in the Trello API?

It looks like I am able to find the date that comments were placed on cards using the api, but that I cannot see when a card was created, or when it was moved to a specific list. Is this correct, or ...
1
vote
0answers
638 views

White label DropBox front-end?

Is there a service or an (free or paid) DIY installable app that is usable with Dropbox as a simple web-based file upload frontend? I know about AirDropper, the problem is it's only available in ...
1
vote
0answers
19 views

rss from sites that also gives the appreciation for an item

For our new project we are playing around with a recommendation system that only uses the date when an object was created and how many people appreciated it. This can be of the form: youtube video, ...
1
vote
0answers
81 views

How old are the Paypal Express Checkout API methods?

I've been reading up on the Paypal Express checkout API here: https://cms.paypal.com/au/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECSimpleIntegration How long has this been ...
0
votes
0answers
21 views

Google Apps Email Audit API - Downloading Entire Mailboxes

When downloading a user mailbox on a Google Apps for Education domain using the Google Apps Email Audit API, does the downloaded mbox file contain every messsage that has arrived in the account ...
0
votes
0answers
42 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
0answers
169 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 ...
0
votes
0answers
42 views

Dashboard or API for Amazon Associates?

Is there any app that gives me nice graphs and other nice things for the Amazon Associates program? Googling around turned up no solutions that I could find. The regular Amazon dashboard just has a ...
0
votes
0answers
113 views

Unable adding checklist to card using Trello javascript clisent

After the following code snippet is executed, the card is created but the checklist within this card is not. When creating the checklist, the success function is being called with x=0 Expected ...
0
votes
0answers
590 views

Craigslist API for Posting

A client of mine uses AppFolio which has an auto posting feature for Craigslist. All he has to do is click a button and the system posts a formatted craigslist posting. He wants to implement this ...
0
votes
0answers
174 views

Reached Google Calendars quota

I am developing a calendar that is integrated with Google Calendars. During the tests I had reached the limit of Calendar resources quota. So I ask if it is possible to increase that limit by paying ...