Skip to content
Advertisement

Tag: api

Get response variables from array

I am trying to output all the users I have created in my Marqeta API Sandbox environment. I’m making a GET request to /users through my custom marqetaAPI function that handles each request type. Call …

“Invalid platform app” error using Instagram Basic Display API

I am trying to use Instagram Basic display API but when I post the authorization code to get the access token I keep getting the following error {“error_type”: “OAuthException”, “code”: 400, “error_message”: “Invalid platform app”} I am following all the steps mentioned here -> https://developers.facebook.com/docs/instagram-basic-display-api/getting-started and Yes I am using the Instagram app ID and It’s client secret which is

Handling hundreds of API requests in one time

I am trying to make a user dashboard which will generate reports of all of my 37 game accounts played by different gamers. so, for each i scrape data and then calculate the amount of rewards it generated. but for that i need to do hundreds of api requests and due to max_exec_time limit of 30sec it gives me a

Unable to download file (PPTX) in AngularJS

Scenario I want to make an existing PHP script dynamically generating a PPTX (Microsoft PowerPoint File) (Risk Mitigation Event Summary) accessible via an API call to specifically cause AngularJS front end to download the file. So far my script contains a function called generatePresentation (actual name below). It works opening the script in a browser and produces dynamically generated file

How to configure API key & API secret in Laravel?

I have been working on a Laravel project that provides online education to students. I wanted to use Zoom services of video conferencing so that the teacher can connect with their students through video conference. Following the API reference documentation, I have registered an app with Zoom. I got an API key and API secret along with an access token

Dropbox api limitations

Is it possible to use dropbox api to show directly to my webpage the content of a folder which is on my dropbox account and to allow dropbox users to add content to it (directly from my website too) …

Upload file using Curl and receive them in Laravel method

I have been trying to upload file to using curl using laravel app end point. Below code is on separate server. And receiving end in laravel app hosted on different server. It returns me empty response. I am able to verify curl request using headers. Any suggestion will be helpful. Thanks. Answer You can try something like this on the

Advertisement