Questions tagged as 'api'

0
answers

Google Maps Api error

Error:    Uncaught TypeError: Can not read property 'firstChild' of null at   Object ._. Og (js? Key = AIzaSyANNd20FnR5uWOum1z4Oftu1Ip2Fj4yV-A: 88) at new   Sg (js? Key = AIzaSyANNd20FnR5uWOum1z4Oftu1Ip2Fj4yV-A: 89) at success   (exercise1.js...
asked by 08.03.2018 / 18:07
0
answers

Android Studio gives error when connecting with API in PHP using Volley

I am using volley to make a POST request in HTTP to an API in PHP that I created. This API will insert in a database the value it receives. Your code is as follows: //datos para la conexión $usuario = "******"; $password = "******"; $servidor...
asked by 07.03.2018 / 12:17
0
answers

DO NOT ARRIVE AUTHORIZATION TO MY SPRING BOOT REST FROM VUE.JS

I want to consume my api rest from Spirng in Vue.js but I never get the api rest the JWT that I sent from VUE.JS. They have some idea because this is generated. Here I leave my spring boot java code: public class AccountCredentials {...
asked by 03.03.2018 / 07:50
0
answers

Problems to add data by get to query API in PHP

I'm having problems to get an API to return the answer based on search parameters entered by the user. I have managed to return the general list (in Json) and print it, consuming only the data that I consider relevant. However I can not get back...
asked by 24.02.2018 / 00:09
0
answers

Woocommerce API REST - Response when creating order lasts 10 MINUTES

I will share a problem to see if you can help me: I'm sharing the woocommerce api to create an order ( WC-DOCs ), remove the json from the same documentation, and everything works perfect, the order is created at instant (I can see it at th...
asked by 20.02.2018 / 07:24
0
answers

SENDINBLUE API (PHP)

I would like to know how to insert data into a list, createcontact (), now I can insert the email to a certain list but, I want to upload more data besides the email, data such as name, phone, etc ... are custom fields that append in the web pla...
asked by 15.02.2018 / 23:33
0
answers

Auth using Facebook, in ionic 2?

I'm trying to make the facbook authentication, and it throws me an error running the application on the device. ionic cordova run android I append the string of config.xml. and the parameters of the configuration <widget id=...
asked by 07.02.2018 / 23:49
0
answers

{"error": "unsupported_grant_type"} Angular

How about, I have the following code in angular to try to access the API of BMSKaseya, in postman I run it perfectly with the same parameters and Headers, but in angular I get the error {"error": "unsupported_grant_type"} Can you help me? acce...
asked by 06.02.2018 / 21:53
0
answers

c # Win32 api messages

I need to make an application of c # that activates an ok button in another different application. I do not have the code of the other one to plicacion and the sendkey does not work to me. I wanted to do it with win32 api. As in this example but...
asked by 03.02.2018 / 02:12
0
answers

keycloak java API login user

I need to make a custom user login using the java keycloak API. I followed these instructions, Following keycloak documentation keycloak 2.2. Example using Java . I get the access and exile token with the following code: try { keycloak...
asked by 31.01.2018 / 10:47