Questions tagged as 'api'

1
answer

Access token or Sessions in APIs

I'm developing an api and I'm having a question about how to handle the logged-in user. The user's logon api and administration (add things, edit profile, photos, etc.) is developed in Rails in a single project. As I have a very interactive p...
asked by 04.12.2015 / 14:52
1
answer

Google Cloud Messaging and Synchronization Standardization

I'm building a project that will use Google's GCM, something new in my projects, and I would like to know the following. At the time the user registers who will request the first data from the server will be the client, and after the user is...
asked by 04.08.2015 / 15:47
1
answer

How to export data to eBay? [PHP / JSON]

I downloaded the SDK from eBay: link I honestly did not find out how to export data there. Both in the Gib and the own ML have tutorials on how to read products, categories and everything, but nothing related to export. For example, how...
asked by 12.03.2015 / 21:00
1
answer

Problem with 'Access-Control-Allow-Origin' in AngularJS

Follow the code angular.module('App', []) .controller('InstaController',function($scope, $http){ $scope.busca; $scope.buscar = function(){ $scope.getInsta($scope.busca); } $scope.getInsta = f...
asked by 14.11.2014 / 17:03
1
answer

How to do paging with the Instagram API?

I made a page to display Instagram photos that have some hashtag pre-selected by me. I used an example that I found on the internet (I can not remember the source) and I do not know how to paginate the photos. How can I make paging with the...
asked by 04.11.2014 / 22:13
2
answers

API what is it and how does it work? [duplicate]

What is an API, could someone explain me in a simple and with examples, I searched the internet but everything was very confusing.     
asked by 06.07.2014 / 18:45
2
answers

How to put images on the screen?

In MSX, you used BASIC to place an image on the screen without leaving command line mode. Today, we can not do this anymore? Without using OpenGL or other APIs, how do I put pixels on the screen? Or a whole picture? Do you have to send it to VRA...
asked by 14.07.2014 / 08:32
1
answer

API Zoom Levels Google Maps

Does anyone know how to set the maximum zoom level and the minimum level in the Google Maps API? When you zoom in, the hemispheres repeat themselves and I do not want the user to see it. Repeat points ex: link I want to avoid just tha...
asked by 04.06.2014 / 15:06
1
answer

Leverage Android API in Desktop Applications

Can I take advantage of the codes of an API made for Android and use it in a java desktop application? PS: I do not handle anything from Java, I'm willing to learn. I only know Delphi and C ++ ... In delphi for example, I can take advantage of t...
asked by 25.07.2014 / 15:57
1
answer

How to capture the list of members of a private or secret Facebook group using the GRAPH API?

I have a Facebook group as open and I use the following method to return an array with all members of the group: $group_members = $this->facebook->api("/id_do_grupo/members"); When I change the group to private or secret the array ret...
asked by 15.03.2014 / 04:11