API stands for Application Programming Interface. A program's API defines the proper way for a developer to request services from that program.
0
votes
1answer
12 views
Facebook photo feed
I was using FB api to post photos to my fanpage's news feed (http://www.facebook.com/MyApp/photos_stream), but from some time it stopped posting it to news feed and it just uploaded photos to some ...
0
votes
1answer
6 views
Sort LastUpdateTime not working quickbooks API PHP
I am getting the below error when i tried to retrieve Objects with the Simple Query in Quickbooks.
Invalid Property Name in Sort Criteria: LastUpdatedTime
BAD_QUERY_REQUESTQUERY_INVALID_SORT_CRITERIA
...
0
votes
0answers
13 views
SignalR and Typed Objects
I have a very basic self-hosted webservice using SignalR 1.1.x with the following configuration:
internal class WebService
{
public void Configuration(IAppBuilder app)
{
var config = ...
0
votes
2answers
1k views
Integrate iContact API into my webpage's code
I now a have an icontact api.I have a register form on my web page and there is the checkbox "I want to receive the newsletter."I want the contacts who check this box to be saved in my icontact ...
0
votes
0answers
3 views
Facebook Graph or FQL for retrieving posts?
I know there are many posts on this topic, but I've been really pouring over this one lately and wanted to hear the conclusion of some others who have been doing the same. I started just using the ...
0
votes
2answers
40 views
getting text entered in textbox of other applications using c#
I am fighting with this thing for the whole day. Still i couldn't figure out the exact solution for this. Help me out.
My objective is very simple. I want to get the text which is in textbox of ...
-1
votes
4answers
126 views
Google Maps API v2 can't display a map
I'm new on Stackoverflow. I have a problem with displaing a map on new Google Maps API v2.
I done all the steps from this page https://developers.google.com/maps/documentation/android/start?hl=pl ans ...
0
votes
2answers
502 views
Google Maps API v2 for Android “Unfortunately, [app] has stopped.”
I just begin to learn Android. Full of my day I try to use Google Map on Android but everytime I run it on Emulator, it gives the notification of "Unfortunately, has stopped."
Here's my code:
1. ...
-5
votes
0answers
17 views
is there any car rental api taht provides complete details related to renting a car [on hold]
I am developing site for a travel agent. I want car rental API that provide the complete details related to car like car name, pickup city, drop-off city, city's latitude, longitude.I have earlier ...
0
votes
1answer
9 views
Can't get past 401 Unauthorized Twitter streaming API Oauth
I am attempting to build a c# module to connect to the Twitter streaming API using OAuth (now the only option). I have got to the point where my module will successfully access api urls using GET, ...
0
votes
1answer
8 views
Using the LinkedIn API with one oauth connection
I want to have my LinkedIn app connect to the API, and then let users of my website get data from the LinkedIn API through my app. I don't want to require my users to connect to LinkedIn, because ...
0
votes
1answer
12 views
How to restrict access to api
Good.
Im developing mobile application. In fact, it's client for web service. How can I restrict access to my web service only from this application?
As an alternative. Using RSA encoding with an ...
11
votes
9answers
24k views
Facebook Graph API - get a photos album ID
I'm writing an application that uploads a photo to facebook. I'm not supplying an album ID so an album is created on behalf of my app.
My question is: how do I get the album ID the photo was uploaded ...
0
votes
2answers
24 views
Soap API call to Magneto failing to retrieve xml document
I have a cron job that runs every hour to retrieve products that get added to my Magento shop.
Annoyingly it has stopped working and it is proving difficult to de-bug.
When it attempts to run I get ...
0
votes
1answer
16 views
Not getting full profile info from linkedin python
I am trying to get all the info I can from a public profile. Linkedin says that I should be able to get:
<id>
<first-name>
<last-name>
<headline>
<location>
...