Questions tagged as 'api'

1
answer

Start a project in Symfony2 with APIRest

I'm new to symfony2 and I have a whole project already in web working that I developed to learn and have a differential when looking for an internship, but now I would like to start learning how to use the part of the API understood by the refer...
asked by 11.12.2015 / 14:39
1
answer

Manipulate one item at a time in the API

I have an API that does the POST of Item in the database, but before doing POST it makes a GET to get a code for the Item that will be saved. NOTE: This code can not be repeated in the database, it must be unique. When sending an...
asked by 31.12.2015 / 13:06
1
answer

Where is API Aliexpress

Well, I do not find where the Aliexpress API might be, to give me some functionality and leave some things I do manually, automatic. Not that I think it's the company's obligation to provide an API, but I believe that mid-to-large companies m...
asked by 22.10.2015 / 22:41
1
answer

Marker Google Maps pulls only 1 address among several [duplicate]

I'm using the Google Maps API to make a map with markers over the address I'm reporting, and also an auto complete in input . The problem is that if I put, for example, the address of my house in the input and it places the marker on top...
asked by 05.08.2015 / 20:22
1
answer

How does application integration work on social networks?

It has become increasingly common to integrate applications of various types into social networks, such as Facebook, Twitter and even Github. I wanted to understand how this integration works. Gitter for example allows chat interaction in Github...
asked by 11.05.2015 / 16:39
1
answer

Error if user does not release GeoLocation

I'm putting geolocation on a client's website, but I'm having a problem doing some function that calls a alert() if the user does not give the browser permission to use the geolocation. What I want is to only display alert() when t...
asked by 10.05.2015 / 06:35
1
answer

How to pass map data to be displayed by another class?

I'm using the Google Maps API for iOS. I was doing some tests and set a UIView as subclass of GMSMapView and kept a pointer to it in ViewController , getting: #import <UIKit/UIKit.h> #import <GoogleMaps/GoogleMaps....
asked by 13.02.2015 / 04:30
1
answer

How to use Last.fm API?

I need to make an iOS app that works with the Last.fm API and it all starts by making a < a request to authenticate the user . My question is: how do I do this with Swift . I'm a beginner, so I do not quite understand how to make this requ...
asked by 19.07.2015 / 17:54
1
answer

Problems with the Instagram API?

Hello. I need to get several Instagram post and for this I did a simple classes using CURL to get the Json from Instagram. For this I used a token and a normal userid. When the first request is made within the while block, it returns the json wi...
asked by 12.03.2015 / 20:58
1
answer

Retrieve users from a given location with API Facebook

I would like to know how I can mount an HTTP request for the Facebook API, which returns all users in a given location. Example: link returns JSON for a post. In my case I would like a JSON with users from a specific location.     
asked by 08.10.2014 / 16:05