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
0answers
5 views
Facebook API - FQL cursor querying all rows from url_like table
Using facebook's PHP SDK let's assume we have the following query:
$facebook->api( array(
'method' => 'fql.multiquery',
'queries' => array(
...
0
votes
0answers
20 views
How to NSURLConnection didFinishLoading
I am having some trouble with my update connection
The scenario:
I have some data, in this case all registration data. When the ID in my core data is -1 (which I set programatically) then there is a ...
0
votes
0answers
7 views
DSL for API composition?
What are some domain specific languages made for quickly compositing REST APIs?
This is obviously pretty easy to do using a REST library in most languages, but are there any designed for just this ...
0
votes
0answers
15 views
SoundCloud API: Get Following User returns unexpected response
In the process of writing a C# wrapper for the soundcloud API I've encountered an inconsistency with the returned payload of the following resource:
...
1
vote
1answer
10 views
HTTP response generator webservice
There are many ways to test HTTP requests, like Postman or Advanced REST Client for Chrome. The opposite, to test responses for request is not readily available.
Is there a webservice that allows one ...
0
votes
0answers
12 views
Problems API with CURL and authorization
We need to make a webservice where we share an XML file trough API.
I made this
$request_xml = "<?xml version='1.0' encoding='utf-8'?>
<request>
<id>12345</id>
...
0
votes
0answers
18 views
Smarter Search with Stackoverflow API
I have a rails app where I'm trying to return stack overflow posts related to a user's post. The posts are for a kind of "internal" stack overflow, where people post questions related to organization ...
-2
votes
0answers
16 views
Create a restful api with slim php for drupal
lately I was reading a lot, how easy it is to set up a custom restful api with slimPHP and I know that drupal services can be kind of complex. So i was thinking why not setup my restful api next to ...
0
votes
0answers
6 views
Instagram fetching tag recent user media after a max_id
Lets asume I fetch recent user media for a tag... And that I am able of storing in a database the information that it is returned to me by the API.
The media ids are something like [0-9]+_[0-9]+, and ...
0
votes
0answers
10 views
Web Service Benchmarks [closed]
My company wants compare our API and webservice performance to international standards.
We would like to compare our load times to those of the popular websites and web services.
Does anyone know of ...
3
votes
0answers
29 views
Instagram MIN_TIMESTAMP not returning all images it should (iOS)
I'm developing an iOS app and my idea is to display all Instagram images after a certain timestamp. I use HSInstagram to handle the API response and put all the images in a UIScrolView.
In order to ...
0
votes
1answer
23 views
how to create a PHP REST API Client to get the user logged in on the server?
i want to create a php web app with REST API.where user logins on the Server/Main site.
problem is that how to get current logged in user on a php client.i am using CURL at client to get data from ...
0
votes
1answer
11 views
Do facebook app tokens expire?
I'm reading up on Facebook Access Tokens. I need to generate an app token to inspect an access token I got from a user. This is described here, but isn't that relevant now.
I can write software which ...
0
votes
0answers
9 views
facebook like box shown only if the site was not liked yet by the user
I'm new in Facebook developer things and i have to make a Facebook like on my website.So I have a website and i made a Facebook page for it. What i want is to somehow detach if the user is already ...
0
votes
0answers
7 views
In YouTube's API 3.0 is total channel viewCount deprecated?
Until a week ago, the viewCount field would return the channel's total upload views (equal to the totalUploadViews field in YouTube's API 2.0). Now however, the viewCount field has started returning ...