API stands for Application Programming Interface. A program's API defines the proper way for a developer to request services from that program.
3
votes
4answers
685 views
2
votes
2answers
250 views
Contextual Advertising API like GMail Ads
Which advertising network has an API I can use to show my users targeted ads based on certain dictionary words present in their user-generated content, similar to GMail's targeted ads?
Edit: The ...
1
vote
2answers
108 views
Automated outgoing money transfer for payouts?
At the end of a month I'll need to automatically transfer money from an account to a huge number of other accounts. This has to happen automatically through an API because the amounts for the ...
3
votes
1answer
43 views
SSL on site which asks API via HTTPS
For example I have a site site.com. It has its own http json api: api.site.com. API has authorisation and it runs under https.
Now, I need to make visualization of some functionality of json api - so ...
1
vote
0answers
126 views
GAPI output doesn't match Google Analytics website
I have to get the main info about my Google Analytics Goals.
I'm using GAPI lib, with this code:
<?php
require_once 'conf.inc';
require_once 'gapi.class.php';
$ga = new ...
0
votes
0answers
55 views
Open Source Bulletin Board with Facebook Group Integration
I'm working on a an open-source community-oriented project which needs a highly social component where users can post discussion topics and questions and interact with each other. It would be ideal to ...