Questions tagged as 'json'

0
answers

Format table for JSON

Hello! I need to format the default Accel-PPP output in JSON, but I am not an experienced programmer and would like an efficient command to gain processing time. I found this link link. But the default output is different from the above link a...
asked by 17.05.2018 / 21:31
0
answers

Query ajax reloading form Symfony 3

Good evening, I'm new here and I'm facing a problem with a legacy system. There is a function that is used in all system searches, the system uses symfony with sonata. This search is executed by ajax correctly but the problem is that it does a r...
asked by 18.05.2018 / 01:58
0
answers

Help on CURL Json

I have a curl code, which pulls json through the url, but is giving a bug that I can not solve, can anyone help me? <?php $c = curl_init(); $login = 'LOGIN'; $key = 'KEY'; $file = $_GET["fileid"]; curl_setopt($c, CURLOPT_URL, "http...
asked by 23.05.2018 / 02:55
0
answers

Firebase Cloud Messaging - Group / Topic / News

For a Device, informing the Token, I am able to send a notification normally using FCM. I now need to send to a group. For example, when I query the return database I have 30 records and I need to send the same push to all. Will I need to...
asked by 15.05.2018 / 18:59
1
answer

How to do autentica basic with delphi xe 8

I'm developing an application in Delphi xe8 that will consume data from the web service that returns data in json. The problem is that you are presenting the message HTTP/1.1 401 Unauthorized {"code":401,"message":"Unauthorized","detailedMessa...
asked by 11.05.2018 / 18:55
1
answer

Select with Json

Hello, how are you? I'm trying to make a select popular with Json that has already selected the item. I was able to make up the population of the select listing all the models of only cars I could not already bring it selected. Can someone help...
asked by 11.05.2018 / 20:41
1
answer

Link does not exist or invalid, API Facebook ADS / creating Javascript ad

I'm creating the creative ad like this: FB.api(act_xxxxxxx + '/adcreatives', 'POST', { name: vlName, title: vlTitle, body: vlBody, image_url: vlImage_url, object_id: vlObject_id }, func...
asked by 21.05.2018 / 23:34
0
answers

How to recover the data in the api query in NODEJS

Good morning people. I'm consuming an external api and I'm getting the data as follows: { "place_id": "151508663", "licence": "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "way", "osm_id": "348425570"...
asked by 14.05.2018 / 16:45
0
answers

Deserialize Json in C # in records / columns format

Hello to the community, I need to deserialize a Json in a format I do not know :: Home * I use JToken or serialization, but I do not see a solution with these two ... {{ "product": { "columns": [ "product_id", "name" ],...
asked by 07.05.2018 / 21:14
0
answers

How to automatically fill input field through another input field, fetching data from a table in the database in wordpress

I need to fill a text field according to another input field by searching the data in a table in the database in wordpress. I need to automatically return the price in the input field according to the product code informed. Can anyone help me...
asked by 07.05.2018 / 15:33