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 …
Tag: api
“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
Opening multiple urls with CURL – Using api with CURL – too many urls and too slow
I have a software. There is a table, there are URLs in this table. There are 100 URLs on each page. picture Then I got an API where I can pull Alexa and DA Values. I wanted to show these values …
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
can i add new key in models?
I want to add a key while I’m getting any response of an API using Models in laravel, Currently, I’m developing an API to get a response with a new one key to add to dynamically.
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) …
Response from Postman shows 200, But Android returns 403
I was trying to develop an android app using Volley, The api I used to communicate is working fine when I checked with POSTMAN and retrieves 200 . But when I use the same API in my App its returns me 403 “Forbidden” <p〉You don’t have permission to access /API/checkPassOtp on this server.〈/p〉 Please find the screenshot. I have tried
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