Skip to content

Tag: api

How to get video from Instagram public access API?

I know that this api is working to get images but how about videos? https://www.instagram.com/username/?__a=1 I was able to get the thumbnail of the video but not the source or the url itself. Answer When you make above API call it would return code in it. looks something like this: BWhyIhRDBCw Whenever your …

Integrate rave flutterwave api in php

hello I am using core PHP in client Project, I need to integrate rave flutter wave API, I have searched a lot of links now I am checking this URL here but not getting a good result, so please help me in rave flutter wave “Nigeria payment gateway” API in PHP Answer Our Product for collections is ca…

Using Guzzle with GetResponse API to save custom field?

I am sending a post request to the GetResponse API. Everything works fine until I add a custom field (customFieldValues) to save along with my new email contact. When I send the request I get the following error message: I have tried a few things now and not sure how to format this properly to have the API ac…

preventing abuse of API service usage

I am planning on using Laravel in my next web project, for the backend. Using the Laravel’s built-in functionality I will build an API service. So my main concern now – is about the security of such service. Laravel’s API throttling middleware seems to be an easy to use solution, but it does…