Questions tagged as 'api'

0
answers

as Api rest with updated fifa ranking?

I'm developing a mobile app for sports results, but I'm having a problem. I need an api to get me the updated fifa ranking. Thanks for the attention     
asked by 11.02.2016 / 02:02
0
answers

Android App can not pull data from WordPress

I developed a Java application for Android, together I installed on my Hostinger server the WordPress with the REST API. However, after running the application on my phone, it can not download the WordPress data. There are no errors in my code,...
asked by 14.12.2015 / 23:04
0
answers

Authentication failure - Google Maps Api

Hello. Since last week I've been having a problem with my application using Google Maps API V2. Simply put, my key has stopped working. After that I've created new keys and it does not work anymore. I have already changed the keys and u...
asked by 11.12.2015 / 16:53
0
answers

How to solve the problem with the route in node.js?

Using node.js, this application should populate the terminal with tweets (the filename is tweet_counter.js ): var ntwitter = require('ntwitter'), credentials = require('./credentials.json'), twitter; twitter = ntwitter(credentials); tw...
asked by 26.10.2015 / 20:08
1
answer

How to get issues through the Redmine REST API

Using the Redmine API using the Kevin Saliou , I'm trying to get issues for a particular project but not is being returned correctly, both%% and%% issues are incorrect. $client = Yii::$app->redmine->connectRedmine(); $issue...
asked by 29.10.2015 / 19:23
0
answers

Slim 3 Framework - Hosted in subdirectory routes incorrectly

I have an api hosted on the local development machine in the following directory: root/www/api/v2 If I access serving through apache, my routes are not recognized, not even by link nor by link If I access directly through php -S 0.0...
asked by 07.10.2015 / 20:01
0
answers

Android does not recognize parse.parse.initialize

I'm on my first Android project consuming the parse API. I followed the tutorial to the letter and I always get the same error:    could not find method com.parse.Parse.initialize I use ADT with updated SDK Tools.     
asked by 05.11.2015 / 19:28
2
answers

Google Maps Key

I have a function that loads the API from Google Maps , but every time I try to change url , either to use my key, or even to add the library places to be able to use the search services I have problems. The function I am using is this:...
asked by 04.10.2015 / 21:06
1
answer

Facebook API Python

Can I list ALL the groups of a friend on the face? Type show what groups it is? I found this code but it's not what I want, it just shows my friends: import urllib2 import json url = 'https://graph.facebook.com/me/friends?access_token=TOKEN...
asked by 23.10.2015 / 16:33
0
answers

API DISTANCEMATRIX DIFFERENT RESULT FROM GOOGLE MAPS

I'm using google's DistanceMatrix API to get travel time and distance between two addresses (CEPs) ... But I'm encountering problems in validating the information! Returning API ( link here , at this exact moment the return I have is: 389 km...
asked by 05.08.2015 / 18:01