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...
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...
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'...
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...
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...
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...
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...
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)...
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...