Questions tagged as 'api'

0
answers

How to integrate Facebook leads to Mautic?

I did a clean installation with Mautic with XAMPP locally and I downloaded a webhook from guithub to make the connection with facebook. link I am using NGROK to create an HTTPS tunnel and take the tests online ... I configure the app on...
asked by 29.06.2018 / 23:01
0
answers

Problems with API Facebook

I am using the Facebook SDK and when I try to perform the authentication it returns the following error: Invalid Scopes: manage_pages, publish_pages. This message is only shown to developers. Users of your app will ignore these permissions if...
asked by 02.07.2018 / 15:46
0
answers

API route does not work after adding middleware

500 server error:    POST link 500 (Internal Server Error) The route and the controller work perfectly without middleware (although this is without extra logic) Route::post('sessiondata2', 'sessionController@consularSessionYActividad'...
asked by 21.06.2018 / 16:29
1
answer

Azure Api managament and kubernetes

I have an api in kubernetes exposed through NodePort, when I try to add the api in the azure api mangament through the OpenApiSpecification option and url link is showing me the following error: Unable to download specified file. Please ens...
asked by 19.06.2018 / 18:44
0
answers

How to send two objects to an api in php

$url = 'www.miapi.com/api/Vales'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_PUT, 1); curl_setopt($ch, CURLOPT_POSTFIELDS,item1,item2); curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: applicati...
asked by 10.06.2018 / 03:17
0
answers

How to install myqsl_xdevapi for php in W10?

I have searched everywhere but the more I search the more confused and I do not understand how to install everything necessary to use the mysql xdevapi in PHP, can someone guide me? I am reading this manual link and the download link I do n...
asked by 17.06.2018 / 08:27
0
answers

Problem with Tensorflow API

I'm starting in this world of using the Tensorflow api, so these days I tried to try several demos, among them is to make the object detection in real time with webcam, the truth is not me has worked, try other ways, but now this API is...
asked by 04.06.2018 / 22:25
0
answers

error when connecting an api modularly with browserify in javascript

I have this project where I connect with an api of series and I do it modularly using browserify but the web app does not want to connect with the api even though the console does not throw an error when I execute it with the command, I do not k...
asked by 05.06.2018 / 20:06
0
answers

Does not recognize $ _FILES codeigniter

I'm trying to send an image using postman and working with codeigniter REST API test code: public function profile_post(){ $file = $_FILES['userfile']['name']; $this->response(array('message' => $file)...
asked by 05.06.2018 / 04:30
0
answers

fill list within retrofit Onresponse

The project I'm doing is practically an application on android that I consume a ApiRestFull practically everything works fine I bring the elements set them and the response.body if the elements respond. Error: When declaring a...
asked by 08.06.2018 / 02:59